bornfight/transfer-object-converter
Composer 安装命令:
composer require bornfight/transfer-object-converter
包简介
Populate given object from POST request - both from $_POST and $_FILES
README 文档
README
What is this package?
Package helps you get data sent via HTTP POST. If you want to get request body, there are other converters to get it. It populates the variable which you target it to ( must be some class with properties for it to work ).
How to use the package?
How to install the package?
$ composer require bornfight/transfer-object-converter
Tests & analysis
Running tests
$ composer test
Running tests with code coverage generated
$ composer ci:test
Running static analysis
$ composer analysis
Running static analysis with reports
$ composer ci:analysis
Running static analysis on tests
$ composer analysis:tests
Running static analysis with reports on tests
$ composer ci:analysis:tests
License
This library is licensed under the MIT license. Please see LICENSE for more details.
Changelog
Please see CHANGELOG for more details.
Contributing
Please see CONTRIBUTING for more details.
统计信息
- 总下载量: 622
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-02