userx
userx

Reputation: 515

how to create JSON API using cakePHP 3.x

I'm new to cakePHP, I created the database and baked everything, I need to make JSON API (RESTFULL) to all the methods, I made search before I post a question here but I couldn't make it work.. can any one please guide me to the detailed configuration.

Upvotes: 0

Views: 265

Answers (1)

Seb
Seb

Reputation: 145

Another plugin would be https://github.com/FriendsOfCake/crud.

But even with cake itself you could easily acomplish a simple api, using the link to the cookbook kicaj provided.

Upvotes: 1

Related Questions