Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 310 Bytes

form-transformer

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

Tests

To run unit tests, execute ./vendor/bin/phpunit in the project root folder.