PHPackages                             whisller/irc-bot-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. whisller/irc-bot-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

whisller/irc-bot-bundle
=======================

Symfony IrcBotBundle

1.0(13y ago)244843[1 issues](https://github.com/whisller/IrcBotBundle/issues)MITPHPPHP &gt;=5.3.3

Since Oct 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/whisller/IrcBotBundle)[ Packagist](https://packagist.org/packages/whisller/irc-bot-bundle)[ RSS](/packages/whisller-irc-bot-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

IrcBotBundle
============

[](#ircbotbundle)

[![Build Status](https://camo.githubusercontent.com/6c0fa903aee6704d916c97ec1b095bc88e55b68246d2013ed0079cd7d11f7078/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f776869736c6c65722f497263426f7442756e646c652e706e67)](http://travis-ci.org/whisller/IrcBotBundle)

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

[](#installation)

1. Download IrcBotBundle
2. Enable the bundle
3. Configure server, user
4. Launch the IrcBot!

### Step 1: Download IrcBotBundle

[](#step-1-download-ircbotbundle)

```
{
    "require": {
        "whisller/irc-bot-bundle": "*"
    }
}
```

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

```
$ php composer.phar update whisller/irc-bot-bundle
```

Composer will install the bundle to your project's `vendor/whisller` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
