Download the PHP package rain_sunshine_cloud/request without Composer
On this page you can find all versions of the php package rain_sunshine_cloud/request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package request
这是一个接收请求参数的封装类
说明
- 支持post get serv(获取$_SERVER) patch delete put 请求
- 支持json格式的payload请求方式 (通过setDataType 设置数据来源)
- 自带类型转换(如 int 会自动帮忙转为 int)
- 支持链式操作,
- 支持验证其他数据源,通过 data($data)
- 支持默认值操作
- 支持闭包验证
- 支持自定义的类验证
- 采用异常抛出的方式,返回错误信息
- 灵活的第三方参数传递
- 支持单例
基本用法
All versions of request with dependencies
PHP Build Version
Package Version
No informations.
The package rain_sunshine_cloud/request contains the following files
Loading the files please wait ....