PHPackages                             t1l3/slack-notifier-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. t1l3/slack-notifier-bundle

ActiveLibrary

t1l3/slack-notifier-bundle
==========================

A simple wrapper for Slack notifications

0.1(11y ago)23951MITPHP

Since May 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/T1l3/T1l3SlackNotifierBundle)[ Packagist](https://packagist.org/packages/t1l3/slack-notifier-bundle)[ RSS](/packages/t1l3-slack-notifier-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

T1l3SlackNotifierBundle
=======================

[](#t1l3slacknotifierbundle)

A simple wrapper for [polem/slack-notifier](https://github.com/polem/slack-notifier) to send [Slack](https://slack.com/) notifications.

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

[](#installation)

### Download T1l3SlackNotifier using composer

[](#download-t1l3slacknotifier-using-composer)

Add T1l3SlackNotifier in your composer.json:

```
{
    "require": {
        "t1l3/slack-notifier-bundle": "0.1"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update t1l3/slack-notifier-bundle

```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
