News

A strictly typed array reader for PHP. Contribute to selective-php/array-reader development by creating an account on GitHub.
Run composer install to run this script (and tests) in a standalone way. Alternatively, this can be used as a dependency in another project by running composer require battye/php-array-parser "~1.0".
You can utilize the string functions available in PHP to find instances of "field_" in your array. Here is something I whipped up to test this in action.
Abstract: In previous works, we have proposed Praspel, a framework for contract-based testing in PHP. Among others, it includes a specification language and a unit test generator which automatically ...