Skip to content

newclass-pl/vitium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP error manager

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages