2017 © Pedro Peláez
 

library vitium

PHP error manager.

image

newclass/vitium

PHP error manager.

  • Wednesday, September 13, 2017
  • by newclass-pl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

README

license PHP 5.5+, (*1)

What is Vitium?

Vitium is a PHP error manager. Auto detect syntax error, notice, deprecated na redirect to class handler., (*2)

Installation

The best way to install is to use the composer by command:, (*3)

composer require newclass/vitium
composer install

Use example

use Vitium\ErrorManager;

$errorManager=new ErrorManager();
$errorManager->addHandler(new LogErrorHandler()); //Implement ErrorHandlerInterface

The Versions

13/09 2017

dev-master

9999999-dev

PHP error manager.

  Sources   Download

MIT

The Development Requires

by Michal Tomczak

13/09 2017

dev-develop

dev-develop

PHP error manager.

  Sources   Download

MIT

The Development Requires

by Michal Tomczak

13/09 2017

v0.1.1

0.1.1.0

PHP error manager.

  Sources   Download

MIT

The Development Requires

by Michal Tomczak

18/07 2017

v0.1.0

0.1.0.0

PHP error manager.

  Sources   Download

MIT

by Michal Tomczak