Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 715 Bytes

File metadata and controls

26 lines (17 loc) · 715 Bytes

Api plugin for CakePHP 3

This plugin provides all tools you need to build a RESTful API. This plugin uses proven tools and ideas.

Goals

  • Make it as easy as possible to get an API in a few minutes
  • Not to restrict the users, so keep as much as freedom
  • Using proven tools and ideas (like Fractal and CRUD)
  • Work with standards like HAL and JSON-API but also allow custom serialization

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require bakkerij/cakephp-api

Now load the plugin with the following command:

bin\cake  plugin load -b -r Bakkerij/Api