Download the PHP package emgiezet/errbit-php without Composer

On this page you can find all versions of the php package emgiezet/errbit-php. 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 errbit-php

Errbit & Airbrake Client for PHP

Coverage Status Build Status Dependency Status Latest Stable Version SymfonyInsight Join the chat at https://gitter.im/emgiezet/errbitPHP

This is a full-featured client to add integration with Errbit (or Airbrake) to any PHP 8.0 and 8.1 application.

Original idea and source has no support for php namespaces. Moreover it has a bug and with newest errbit version the xml has not supported chars.

What is for?

Handling your errors and passing them to the Error Retention tool called Errbit. It's a free alternative of sentry.io or airbrake.io. Check the presentation below!

Huston whe have an Airbrake

ChangeLog

Check the:

[] [Releases]

Installation

Composer Way

For php 5.3

For php 8.0+

Usage

To setup an Errbit instance you need to configure it with an array of parameters. Only two of them are mandatory.

View the full configuration.

This will register error handlers:

And log all the errors intercepted by handlers to your errbit.

If you want to notify an exception manually, you can call notify() without calling a start(). That way you can avoid registering the handlers.

Using your own error handler

If you don't want Errbit to install its own error handlers and prefer to use your own, you can just leave out the call to start(), then wherever you catch an Exception (note the errors must be converted to Exceptions), simply call

With this type of use. Library will not handle the errors collected by:

Using only some of the default handlers

There are three error handlers installed by Errbit: exception, error and fatal.

By default all three are used. If you want to use your own for some handlers, but not for others, pass the list into the start() method.

Symfony2 Integration

See the documentation for symfony2 integration.

Kohana 3.3 Integration

check out the kohana-errbit for kohana 3.3 integration.

Symfony 1.4 Integration

No namespaces in php 5.2 so this library can't be used. Go to filipc/sfErrbitPlugin and monitor your legacy 1.4 applications.

License & Copyright

Copyright © mmx3.pl 2013 Licensed under the MIT license. Based on idea of git://github.com/flippa/errbit-php.git but rewritten in 90%.

Contributors

https://github.com/emgiezet/errbitPHP/graphs/contributors

Rest of the contributors: Author: emgiezet Contributors page


All versions of errbit-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0||8.1||8.2||^8.3
guzzlehttp/guzzle Version ^7.5.0
ext-simplexml Version *
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 emgiezet/errbit-php contains the following files

Loading the files please wait ....