https://github.com/danielhe4rt/lumen-form-request
https://github.com/danielhe4rt/lumen-form-request
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielhe4rt/lumen-form-request
- Owner: danielhe4rt
- License: other
- Created: 2020-08-20T06:13:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:12:44.000Z (over 3 years ago)
- Last Synced: 2025-03-25T02:09:34.444Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# LumenFormRequest
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status][ico-travis]][link-travis]
I just got pissed and replicate the FormRequest from Laravel to Lumen bcuz it doesn't make ANY SENSE to not have on an MicroAPI project. I mean, there's to be a really good reason for that, but I don't care.
## Installation
Via Composer
``` bash
$ composer require danielhe4rt/lumenformrequest
```
## Usage
## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email author email instead of using the issue tracker.
## Credits
- [author name][link-author]
- [All Contributors][link-contributors]
## License
license. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/danielhe4rt/lumenformrequest.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/danielhe4rt/lumenformrequest.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/danielhe4rt/lumenformrequest/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield
[link-packagist]: https://packagist.org/packages/danielhe4rt/lumenformrequest
[link-downloads]: https://packagist.org/packages/danielhe4rt/lumenformrequest
[link-travis]: https://travis-ci.org/danielhe4rt/lumenformrequest
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/danielhe4rt
[link-contributors]: ../../contributors