A collection of general utilities for simplifying common tasks that are solved by various Brownie packages.
- PHP >= 5.3
Add a line to your "require" section in your composer configuration:
{
"require": {
"ossbrownie/util": "0.0.5"
}
}- StorageArray - Data storage in the form of an associative array.
- StorageList - Storage of data in the form of a list.
- Registry - Storage of data in the registry with the ability to write and read data.
To run the test suite, you need install the dependencies via composer, then run PHPUnit.
$> composer.phar install
$> ./vendor/bin/phpunit --colors=always --bootstrap ./tests/bootstrap.php ./testsUtil is licensed under the MIT License
Problems, comments, and suggestions all welcome: oss.brownie@gmail.com

