arthurnumen / json-serializer-laravel
Json Serializer For PHP/Laravel
Installs: 999
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/arthurnumen/json-serializer-laravel
Requires
- php: >=5.6
- league/fractal: 0.13.0
This package is not auto-updated.
Last update: 2025-10-09 06:41:55 UTC
README
JSON Serializer for Laravel 5 / Lumen
Version
dev-master
Tech
This library uses a number of open source projects to work properly:
- [league/fractal] - Handle the output of complex data structures ready for API output.
And of course this library itself is open source with a [public repository][dill] on GitHub.
Installation
JSON Serializer requires PHP >=5.6 to run.
$ composer require arthurnumen/json-serializer-laravel dev-master