All Projects → FriendsOfCake → crud-json-api

FriendsOfCake / crud-json-api

Licence: MIT license
Build advanced JSON API Servers with almost no code.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to crud-json-api

Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+17885.11%)
Mutual labels:  cakephp, rapid-development
asset-mix
Provides helpers functions for CakePHP to use Laravel Mix.
Stars: ✭ 27 (-42.55%)
Mutual labels:  cakephp
webadmin
SophiMail Webadmin and Dashboard
Stars: ✭ 48 (+2.13%)
Mutual labels:  cakephp
sage-xpress
A collection of Roots/Sage 9.x-beta providers for rapid theme development. Xpress adds configurable app-like functionality to the Sage Container.
Stars: ✭ 26 (-44.68%)
Mutual labels:  rapid-development
php-json-api
JSON API transformer outputting valid (PSR-7) API Responses.
Stars: ✭ 68 (+44.68%)
Mutual labels:  json-api
api
_api is an autogenerated CRUD API built on LowDB and ExpressJS.
Stars: ✭ 73 (+55.32%)
Mutual labels:  json-api
drf-json-schema
Extensible JSON API schema for Django Rest Framework
Stars: ✭ 15 (-68.09%)
Mutual labels:  json-api
cakephp-swagger
Swagger plugin for documenting your CakePHP APIs
Stars: ✭ 61 (+29.79%)
Mutual labels:  cakephp
homebrewhub
A showcase/archive of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
Stars: ✭ 36 (-23.4%)
Mutual labels:  json-api
glfw-skeleton
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
Stars: ✭ 24 (-48.94%)
Mutual labels:  rapid-development
yin-middleware
Integrate Woohoo Labs. Yin into your application!
Stars: ✭ 14 (-70.21%)
Mutual labels:  json-api
JSON-API-Client
Abstract client-side php implementation of the json api specification (jsonapi.org)
Stars: ✭ 17 (-63.83%)
Mutual labels:  json-api
format-to-json
An algorithm that can format a string to json-like template. 字符串JSON格式化的算法。
Stars: ✭ 30 (-36.17%)
Mutual labels:  json-api
DummyJSON
DummyJSON provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend.
Stars: ✭ 213 (+353.19%)
Mutual labels:  json-api
cakephp-glide
CakePHP plugin for using Glide image manipulation library
Stars: ✭ 34 (-27.66%)
Mutual labels:  cakephp
summon
Summon: your data on caffeine
Stars: ✭ 12 (-74.47%)
Mutual labels:  dry
php-orm-benchmark
The benchmark to compare performance of PHP ORM solutions.
Stars: ✭ 82 (+74.47%)
Mutual labels:  cakephp
Orderly
Default ordering for your CakePHP tables
Stars: ✭ 21 (-55.32%)
Mutual labels:  cakephp
jaq
jaq is a CLI tool for scripting and chaining JSON API requests.
Stars: ✭ 43 (-8.51%)
Mutual labels:  json-api
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (-40.43%)
Mutual labels:  cakephp

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

JSON API Crud Listener for CakePHP

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

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

How does it work?

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

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].