PHPackages                             atolye15/slack-exception-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. atolye15/slack-exception-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

atolye15/slack-exception-bundle
===============================

Push all exceptions to specified Slack channels automatically.

1.0.1(10y ago)191601[1 issues](https://github.com/atolye15/Atolye15SlackExceptionBundle/issues)MITPHPPHP &gt;=5.3.2

Since Oct 29Pushed 9y ago6 watchersCompare

[ Source](https://github.com/atolye15/Atolye15SlackExceptionBundle)[ Packagist](https://packagist.org/packages/atolye15/slack-exception-bundle)[ Docs](http://atolye15.com)[ RSS](/packages/atolye15-slack-exception-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Atolye15 SlackExceptionBundle
=============================

[](#atolye15-slackexceptionbundle)

This bundle lets you push all exceptions to any Slack channel automatically in your application.

Installation
------------

[](#installation)

First add the dependency to your `composer.json` file:

```
"require": {
    ...
    "atolye15/slack-exception-bundle": "dev-master"
},

```

Then run composer update command.

```
php composer.phar update

```

Finally enable bundle in your kernel.

```
