Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusic/encount-sender-faultline
https://github.com/fusic/encount-sender-faultline
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fusic/encount-sender-faultline
- Owner: fusic
- Created: 2017-03-16T02:32:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T11:03:49.000Z (over 7 years ago)
- Last Synced: 2024-10-26T13:45:37.880Z (about 2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-
];
```