nyx / utils
Static utilities and global helper functions for common tasks.
Requires
- php: ~7.1
- ext-mbstring: *
- nyx/core: *
- nyx/diagnostics: *
Requires (Dev)
This package is not auto-updated.
Last update: 2020-01-24 15:36:55 UTC
README
Various utilities aimed at making common day-to-day operations in PHP easier.
Currently in its infant design phase and therefore considered unusable. The API will fluctuate, solar flares will appear, wormholes will consume your data, gremlins will chase your cat. You've been warned.
Requirements
- PHP 7.1.0+
Specific classes may have specific requirements outlined in their descriptions (see utils\Str
for an example).
Dependency checks are not put in place to keep the overhead as small as possible.
Installation
The only supported way of installing this package is via Composer:
composer require nyx/utils
Documentation
The code is fully inline documented for the time being. Online documentation will be made available in due time.
License
Nyx is open source software licensed under the MIT license.