Pavel Kodentsev
Pavel Kodentsev

Reputation: 127

How to use yii2 as a backend for another application?

What components should I take from the full yii2 framework if I want to use it just as a backend for my application? And which of them must be requested from the application?

I want to send requests with params and get json data from db according to these params.

Upvotes: 1

Views: 131

Answers (1)

Sageth
Sageth

Reputation: 1112

Look REST service from Yii2, its very powerfull.

Upvotes: 1

Related Questions