A JSON:API server implementation in PHP.
Go to file
dependabot[bot] 551dbd3462
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 07:27:47 +00:00
.github/workflows Create docs.yml 2020-11-22 11:26:50 +10:30
docs Wording 2020-11-22 11:41:55 +10:30
src Pass around new Context object; update docs; implement once() 2020-11-22 11:13:50 +10:30
tests Pass around new Context object; update docs; implement once() 2020-11-22 11:13:50 +10:30
.gitattributes Clean up 2019-11-18 15:45:43 +10:30
.gitignore Refactor, docs 2020-11-21 16:30:16 +10:30
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 Refactor, docs 2020-11-21 16:30:16 +10:30
package-lock.json Bump ini from 1.3.5 to 1.3.8 2020-12-13 07:27:47 +00:00
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