Creating an API

Creating a REST API using Crud is very easy and just requires adding an API Listener to your application.

Bravo-Kernel of the CakePHP community has written a great blog post on implementing an API using Crud.

Implementing the API Listener

If you’d like to get started right away with the API Listener, please check the Listeners chapter.

Implementing the JSON API Listener

To get started with the JSON API Listener, please check the listener’s documentation.