someniatko/form-transformer

Library for transforming HTTP form data into normalizable array

v0.2.1 2022-03-21 15:22 UTC

This package is auto-updated.

Last update: 2024-04-21 20:07:54 UTC


README

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.