SecurePHP - exception mailer and reporting library

Provides:

Usage

include secure.php in your project and get a fresh instance ..

require_once('vendor/autoflow/securephp/secure.php');
$mysecure = AUTOFLOW\SECUREPHP\BOOTSTRAP::getInstance();

Composer

If you want to install with composer,

{
"require": 
  {
  "autoflow/securephp": "^2.0.0"
  }
}

and require autoload.php and get a new instance ..

require('vendor/autoload.php');
$mysecure = AUTOFLOW\SECUREPHP\BOOTSTRAP::getInstance();