bornfight/transfer-object-converter

Populate given object from POST request - both from $_POST and $_FILES


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?

Check it here

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.