A collection of general utilities for simplifying common tasks that are solved by various Brownie packages.

0.0.5 2018-05-19 13:39 UTC

This package is auto-updated.

Last update: 2024-03-21 19:43:29 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

A collection of general utilities for simplifying common tasks that are solved by various Brownie packages.

Requirements

  • PHP >= 5.3

Installation

Add a line to your "require" section in your composer configuration:

{
    "require": {
        "ossbrownie/util": "0.0.5"
    }
}

Documentation

  • 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.

Tests

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 ./tests

License

Util is licensed under the MIT License

Contact

Problems, comments, and suggestions all welcome: oss.brownie@gmail.com