michielkempen/lumen-http-helpers

A set of helper classes to segregate the validation and transformation logic from controller to separate dedicated classes.

0.2.1 2018-02-23 07:42 UTC

This package is auto-updated.

Last update: 2024-04-25 06:45:17 UTC


README

A set of helper classes to segregate the validation and transformation logic from controller to separate dedicated classes.

Installation

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);

Security

If you discover any security related issues, please email kempenmichiel@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.