A collection of general util-timeities for making common programming tasks easier.
util-time-php requires PHP 7.0 (or later).
To add the library as a local, per-project dependency use Composer! Simply add a dependency on
traderinteractive/util-time
to your project's composer.json
file such as:
composer require traderinteractive/util-time
Found in the source itself, take a look!
Developers may be contacted at:
With a checkout of the code get Composer in your PATH and run:
./vendor/bin/phpcs
./vendor/bin/phpunit
There is also a docker-based fig configuration that will execute the build inside a docker container. This is an easy way to build the application:
fig run build
For more information on our build process, read through out our Contribution Guidelines.