gwsn / lumen-transformer by xleeuwx

Data Transformer for Lumen and Laravel
45
0
2
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: 2024-04-18 15:16:29
Package Statistics
Total Downloads: 45
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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