A set of helper classes to segregate the validation and transformation logic from controller to separate dedicated classes.
Add the package to the dependencies of your Lumen application
composer require michielkempen/lumen-http-helpers
Add the service provider in bootstrap/app.php
$app->register(MichielKempen\LumenHttpHelpersServiceProvider::class);
If you discover any security related issues, please email kempenmichiel@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.