autoflow/securephp

SecurePHP - error mailer and reporting library

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/autoflow/securephp

v2.1.0 2017-08-01 14:03 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:04:44 UTC


README

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();