| Package Data | |
|---|---|
| Maintainer Username: | xleeuwx |
| Maintainer Contact: | support@gwsn.nl (J.N. Overmars) |
| Package Create Date: | 2018-03-13 |
| Package Last Update: | 2018-03-24 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:08:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 45 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Require this package
composer require gwsn/lumen-transformer
After installing this package, add the ServiceProvider to the providers array in config/app.php
Gwsn\LumenTransformer\ServiceProvider::class,
After installing this package, add the ServiceProvider to the providers array in bootstrap/app.php
$app->register('Gwsn\LumenTransformer\ServiceProvider');