Download the PHP package xakki/phperrorcatcher without Composer
On this page you can find all versions of the php package xakki/phperrorcatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xakki/phperrorcatcher
More information about xakki/phperrorcatcher
Files in xakki/phperrorcatcher
Download xakki/phperrorcatcher
More information about xakki/phperrorcatcher
Files in xakki/phperrorcatcher
Vendor xakki
Package phperrorcatcher
Short Description Logger all error in file for PHP
License LGPL-2.1
Package phperrorcatcher
Short Description Logger all error in file for PHP
License LGPL-2.1
Please rate this library. Is it a good library?
Informations about the package phperrorcatcher
PHPErrorCatcher
Logger all error in file for PHP
Example example/test.php
-
include_once "src/PHPErrorCatcher.php";
Xakki\PhpErrorCatcher\PHPErrorCatcher::init([...]);
Custom error report
-
Xakki\PhpErrorCatcher\PHPErrorCatcher::logException($e);
from Exception -
Xakki\PhpErrorCatcher\PHPErrorCatcher::logError('My custom error');
custom error trigger_error($message, E_USER_WARNING);
simple error trigger
Log browser errors
<script src="catcher.js"/>
and yoy can catch all errorserrorCatcher('custom errors')
All versions of phperrorcatcher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-memcached Version *
ext-json Version *
ext-curl Version *
psr/log Version ^1.0
ext-memcached Version *
ext-json Version *
ext-curl Version *
psr/log Version ^1.0
The package xakki/phperrorcatcher contains the following files
Loading the files please wait ....