Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuma-guy/ray.sentrymodule
Sentry module for Ray.Di
https://github.com/kuma-guy/ray.sentrymodule
Last synced: 8 days ago
JSON representation
Sentry module for Ray.Di
- Host: GitHub
- URL: https://github.com/kuma-guy/ray.sentrymodule
- Owner: kuma-guy
- License: mit
- Created: 2016-07-13T14:31:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T15:58:25.000Z (over 8 years ago)
- Last Synced: 2024-04-17T09:13:18.351Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ray.SentryModule
[![Build Status](https://travis-ci.org/kuma-guy/Ray.SentryModule.svg?branch=master)](https://travis-ci.org/kuma-guy/Ray.SentryModule)
[Sentry](https://github.com/getsentry/sentry-php) module for Ray.Di
## Installation
### Composer install
$ composer require kuma-guy/sentry-module
### Module install```php
use Ray\Di\AbstractModule;
use Ray\SentryModule\SentryModule;class AppModule extends AbstractModule
{
protected function configure()
{
$this->install(new SentryModule('your-sentry-dsn'));
}
}
```### DI trait
* [RavenClientInject](https://github.com/kuma-guy/Ray.SentryModule/blob/master/src/RavenClientInject.php) for `Raven_Client`