symcmf/jsonapi-bundle

Json api bundle for symfony 3

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.1.2 2017-04-20 15:59 UTC

This package is not auto-updated.

Last update: 2024-05-03 20:11:57 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.

Installation