Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusic/encount-sender-faultline


https://github.com/fusic/encount-sender-faultline

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Encount sender for faultline

[Encount](https://github.com/fusic/encount) sender for faultline

## Requirement

- [Encount](https://github.com/fusic/encount): ~2.0

## Usage

[Set Faultline\Instance::set($notifier)](https://github.com/k1LoW/faultline-php#usage) add `Encount\Sender\Faultline` to `Error.encount.sender`

```php
// config/app.php
[

-snip-

# Encount config
'encount' => [
'force' => false,
'sender' => ['Encount\Sender\Faultline'],
],
],

-snip-

];
```