bravo-kernel / crud-json-api

Listener for building CakePHP Crud APIs following the JSON API specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status PHPStan Total Downloads Latest Stable Version Documentation Status

JSON API Crud Listener for CakePHP

Build advanced JSON API Servers with almost no code. Comes with:

  • Compound Documents (Deeply Nested)
  • Sparse Fieldsets
  • Multi-field Search (Filtering)
  • Multi-field Sorting
  • Multi-field Validation
  • Pagination

How does it work?

  1. Structure your data using the powerful CakePHP ORM
  2. Create (empty) Controllers
  3. Let crud-json-api serve your data as JSON API

Documentation

Fully documented at https://crud-json-api.readthedocs.io/

About

Listener for building CakePHP Crud APIs following the JSON API specification.

License:MIT License


Languages

Language:PHP 100.0%