n1215/psr-15-form-request

PSR-15/PSR-17 compatible HTTP request validation using Laravel's \illuminate\validation.

v0.2.0 2018-10-04 02:46 UTC

This package is auto-updated.

Last update: 2024-04-11 20:12:47 UTC


README

PSR-15/PSR-17 compatible HTTP request validation inspired by Laravel's FormRequest.

Usage

composer require n1215/psr-15-form-request

example server app

start built-in server

cd psr-15-form-request
php -S 127.0.0.1:8080 -t example

and access

License

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