nyx/diagnostics

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

Diagnostics, debugging and profiling tools.

dev-master 2017-02-07 08:39 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:51:02 UTC


README

Tools intended to make debugging and profiling your code convenient and yet powerful.

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.

The package is loosely coupled and highly flexible, giving you granular control over when and how errors or exceptions get thrown, how to handle the aftermath and how to stay in the know with what's happening with your application in production.

It is comprised of submodules which can work standalone or in tandem when you glue them together. You can start out with the most basic setup and make use of more advanced functionality as you go. Things won't happen unless you want them to.

Requirements

  • PHP 7.1.0+

Installation

The only supported way of installing this package is via Composer:

composer require nyx/diagnostics

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.