symcmf / jsonapi-bundle
Json api bundle for symfony 3
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- icanboogie/inflector: ^1.4
- neomerx/json-api: ^1.0
- symfony/symfony: 3.2.*
This package is not auto-updated.
Last update: 2025-01-10 23:30:22 UTC
README
Add jsonapi.org compliant APIs to your Symfony 3 application. Based on the framework agnostic packages neomerx/json-api
What is JSON API?
From jsonapi.org
If you've ever argued with your team about the way your JSON responses should be formatted, JSON API is your anti-bikeshedding weapon.
By following shared conventions, you can increase productivity, take advantage of generalized tooling, and focus on what matters: your application. Clients built around JSON API are able to take advantage of its features around efficiently caching responses, sometimes eliminating network requests entirely.
For full information on the spec, plus examples, see http://jsonapi.org
Documentation
Work in progress...
Status
The repository is under active development.