Skip to content

Transform the data response from api to own array or object structure

License

Notifications You must be signed in to change notification settings

gwsn/lumen-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Transform the data response from api to own array or object structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages