elorfin/json-api-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides utilities to build a REST API following the JSON API specification

v0.0.5 2016-07-05 20:44 UTC

This package is auto-updated.

Last update: 2018-11-24 10:37:48 UTC


README

Packagist Dependency Status SensioLabsInsight

Provides utilities to build a REST API following the JSON API specification (JSON api Documentation).

Content Negotiation

See the full specification

Content Negotiation is done by KernelListener::onKernelRequest registered to the kernel.request event.