Download the PHP package evolution7/bugsnag-cilex without Composer
On this page you can find all versions of the php package evolution7/bugsnag-cilex. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evolution7/bugsnag-cilex
More information about evolution7/bugsnag-cilex
Files in evolution7/bugsnag-cilex
Package bugsnag-cilex
Short Description The Bugsnag middleware for Cilex
License MIT
Homepage http://github.com/evolution7/bugsnag-cilex
Informations about the package bugsnag-cilex
Bugsnag Middleware for Cilex
The Bugsnag middleware for Cilex integrates into Cilex PHP applications.
Bugsnag captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications.
The Bugsnag middleware for Cilex supports Cilex 1.1+ and PHP 5.3+.
Installation
To get this middleware in to an existing project, the best way is to use Composer.
-
Add
bugsnag/bugsnag-cilexas a Composer dependency in your project'scomposer.jsonfile: -
If you haven't already, download and install Composer:
- Set up Composer's autoloader:
You're done! See the example application below that demonstrates basic usage.
"More on the composer.json format"
"More detailed installation instructions on the Composer site"
"More detailed instructions on the Composer site"
"More information about the autoloader on the Composer site"
Example application
If you want to access the bugsnag client directly (for example, to configure it
or to send a crash report manually), you can use $app['bugsnag'].