n1215/psr-15-form-request

使用Laravel的\illuminate\validation进行PSR-15/PSR-17兼容的HTTP请求验证。

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

This package is auto-updated.

Last update: 2024-09-11 20:57:28 UTC


README

受Laravel的FormRequest启发的PSR-15/PSR-17兼容的HTTP请求验证。

用法

composer require n1215/psr-15-form-request

示例服务器应用程序

启动内置服务器

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

然后访问

许可证

MIT许可证(MIT)。有关更多信息,请参阅 LICENSE