Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.53 KB

File metadata and controls

39 lines (24 loc) · 1.53 KB

nyx/utils

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.