gwsn/lumen-transformer
Transformer Package
Installation
Require this package
composer require gwsn/lumen-transformer
Laravel
After installing this package, add the ServiceProvider to the providers array in config/app.php
Gwsn\LumenTransformer\ServiceProvider::class,
Lumen
After installing this package, add the ServiceProvider to the providers array in bootstrap/app.php
$app->register('Gwsn\LumenTransformer\ServiceProvider');
Usage Examples
Related Packages
flugger/laravel-responder
A Laravel Fractal package for building API responses, giving you the power of Fr...
1,600,377
889
nilportugues/laravel5-json-api-dingo
Laravel5 JSONAPI and Dingo together to build APIs fast
1,498
30
tttptd/laravel-doctrine-responder
A Laravel package for APIs, wrapping the Fractal library behind an elegant Larav...
185
0