Download the PHP package tregor/error-handler without Composer

On this page you can find all versions of the php package tregor/error-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package error-handler

Beautiful and informative PHP Error Handler!

Total Downloads GitHub Version Last Commit PHP Req

PHP library for handling exceptions and errors! (Now with direct href to StackOverflow :wink: )

Debug is never been so cool and easy!😃

(C) Bill Gates

Make handlers great again!😎

(C) Steve Jobs

I have sex with that library!!!😍

(C) Bill Clinton

Okay, let's see what this library can...😏

(C) Typical Programmer

This library turns debugging from a boring and monotonous work into a simple and easy process with a beautiful interface and smart error tracking!

According to the fictional statistics, when using this library, the fix of errors occurs in 87.13% faster compared to without the library!

If you start using this library right now, then we will give you access to the StackOverflow website for 1 year ABSOLUTELY FREE!

We will also give you the certificate of "BaD DeV" if you recommend this library to your friends!

And finally: this is my first public library, which is not made of shit and sticks. Thanks for using!:blush:


Navigation


Requirements

This library is supported by PHP versions 5.4 or higher.

Installation

The preferred way to install this extension is through Composer.

To install PHP ErrorHandler library, simply:

$ composer require tregor/error-handler

You can also clone the complete repository with Git:

$ git clone https://github.com/tregor/ErrorHandler.git

Or install it manually:

Download ErrorHandler.php:

$ wget https://github.com/tregor/ErrorHandler/archive/master.zip

Available Methods

Available methods in this library:

- Set renderer template:

To set custom renderer template, that you can download appart or create yourself, you must provide those code:

- Set trace depth:

By default trace depth is 0, equivalent to infinity. You can set trace steps depth by providing those code:

Quick Start and Usage

To use this class with Composer:

Or If you installed it manually, use it:

Images

EXCEPTION Handler:

ERROR Handler:

WARNING Handler:

NOTICE Handler:

TODO

Contribute

If you would like to help, please take a look at the list of issues or the ToDo checklist.

Pull requests

License

This project is licensed under MIT license. See the LICENSE file for more info.

Copyright

By tregor 2019

Please let me know if you have feedback or suggestions.

You can contact me on Telegram or through my email.


All versions of error-handler with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tregor/error-handler contains the following files

Loading the files please wait ....