newclass/vitium

PHP error manager.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/newclass/vitium

v0.1.1 2017-09-13 10:20 UTC

This package is auto-updated.

Last update: 2025-09-17 00:35:13 UTC


README

license PHP 5.5+

What is Vitium?

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

Installation

The best way to install is to use the composer by command:

composer require newclass/vitium
composer install

Use example

use Vitium\ErrorManager;

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