michielkempen/lumen-http-helpers

A set of helper classes to segregate the validation and transformation logic from controller to separate dedicated classes.
20
Install
composer require michielkempen/lumen-http-helpers
Latest Version:0.2.1
PHP:>=7.1
License:MIT
Last Updated:Feb 23, 2018
Links: GitHub  ·  Packagist
Maintainer: michielkempen

Lumen HTTP helpers

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.

Related Packages

nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
jlcd/api-cielo30-laravel

Laravel Provider for Cielo's 3.0 API

224,633 17
laravel/lumen-framework

The Laravel Lumen Framework.

27,502,359 1,510