nyx/utils

This package is abandoned and no longer maintained. No replacement package was suggested.

Static utilities and global helper functions for common tasks.

dev-master 2017-02-07 17:53 UTC

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.

Nyx's logo

Latest Stable Version Total Downloads Build Status Code quality License

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.