Download the PHP package linkorb/silex-provider-sentry without Composer
On this page you can find all versions of the php package linkorb/silex-provider-sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linkorb/silex-provider-sentry
More information about linkorb/silex-provider-sentry
Files in linkorb/silex-provider-sentry
Download linkorb/silex-provider-sentry
More information about linkorb/silex-provider-sentry
Files in linkorb/silex-provider-sentry
Vendor linkorb
Package silex-provider-sentry
Short Description Provides a SentryService wrapper around the Sentry client.
License MIT
Package silex-provider-sentry
Short Description Provides a SentryService wrapper around the Sentry client.
License MIT
Please rate this library. Is it a good library?
Informations about the package silex-provider-sentry
linkorb/silex-provider-sentry
Provides a service which wraps Sentry's Raven_Client
.
Consumers of the service may use the sendException
method which immediately
sends the exception to the configured instance of Sentry. There is also the
queueException
method which queues exceptions for later sending after the
KernelEvents::TERMINATE
event has fired.
Install
Install using composer:-
$ composer require linkorb/silex-provider-sentry
Then configure and register the provide:-
// app/app.php
use LinkORB\Sentry\Provider\SentryServiceProvider;
...
$app->register(
new SentryServiceProvider,
[
'sentry.dsn' => "...",
'sentry.options' => [
...
],
]
);
All versions of silex-provider-sentry with dependencies
PHP Build Version
Package Version
Requires
pimple/pimple Version
^3.2
sentry/sentry Version ^1.8
silex/silex Version ^2.2
symfony/event-dispatcher Version ^3.4
symfony/http-kernel Version ^3.4
sentry/sentry Version ^1.8
silex/silex Version ^2.2
symfony/event-dispatcher Version ^3.4
symfony/http-kernel Version ^3.4
The package linkorb/silex-provider-sentry contains the following files
Loading the files please wait ....