A collection of utility classes
Installs: 82 971
Dependents: 2
Suggesters: 0
Security: 0
Stars: 14
Watchers: 22
Forks: 10
Open Issues: 0
Requires
- php: ^7.3 || ^8.0
- traderinteractive/util-arrays: ^4.0
- traderinteractive/util-file: ^4.0
- traderinteractive/util-http: ^4.0
- traderinteractive/util-string: ^4.0
- traderinteractive/util-time: ^4.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.2
README
A collection of general utilities for making common programming tasks easier.
Requirements
util-php requires PHP 7.0 (or later).
Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on
traderinteractive/util
to your project's composer.json
file such as:
composer require traderinteractive/util-php
Components
This package is a partial metapackage aggregating the following components:
- traderinteractive/util-arrays
- traderinteractive/util-file
- traderinteractive/util-http
- traderinteractive/util-time
- traderinteractive/util-string
Documentation
Found in the source itself, take a look!
Contact
Developers may be contacted at:
Project Build
With a checkout of the code get Composer in your PATH and run:
./build.php
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.