Library for transforming HTTP form request data into normalizable array. Requires PHP 7.4, 8.0 or 8.1.
For usage examples see tests/FormDataTransformerTest.php
.
// TODO add more info to README.md
To run unit tests, execute ./vendor/bin/phpunit
in the project root folder.