A JSON:API server implementation in PHP.
Go to file
Toby Zerner 9299a7da3e Add error response tests 2021-09-01 21:22:46 +10:00
.github/workflows Run on ubuntu-18.04 to preserve PHP 7.3 2021-01-16 18:22:28 +10:30
docs Rename Type::newModel for consistency with Adapter 2021-08-31 16:43:02 +10:00
src Update changelog 2021-09-01 18:25:49 +10:00
tests Add error response tests 2021-09-01 21:22:46 +10:00
.gitattributes Clean up 2019-11-18 15:45:43 +10:30
.gitignore Refactor, docs 2020-11-21 16:30:16 +10:30
CHANGELOG.md 0.2.0-beta.2 2021-09-01 18:30:30 +10:00
LICENSE Add license 2018-12-14 12:05:31 +10:30
README.md Pass around new Context object; update docs; implement once() 2020-11-22 11:13:50 +10:30
composer.json Implement content negotiation 2021-09-01 17:59:09 +10:00
package-lock.json Update vuepress deps 2021-05-09 10:41:40 +09:30
package.json Refactor, docs 2020-11-21 16:30:16 +10:30
phpunit.xml Initial commit 2018-12-14 11:57:28 +10:30

README.md

json-api-server

Pre Release License

json-api-server is a JSON:API server implementation in PHP.

Build an API in minutes by defining your API's schema and connecting it to your application's models. json-api-server takes care of all the boilerplate stuff like routing, query parameters, and building a valid JSON:API document.

Documentation

Read the documentation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT