elorfin / json-api-bundle
Provides utilities to build a REST API following the JSON API specification
Installs: 253
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Type:bundle
Requires
- php: >=5.4.1
README
Provides utilities to build a REST API following the JSON API specification (JSON api Documentation).
Content Negotiation
Content Negotiation is done by KernelListener::onKernelRequest registered to the kernel.request
event.