PHPackages                             bbit/airgram-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. bbit/airgram-bundle

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

bbit/airgram-bundle
===================

symfony BBITAirGramBundle

1.0(11y ago)120MITPHPPHP &gt;=5.3.2

Since Feb 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BranchBit/AirGramBundle)[ Packagist](https://packagist.org/packages/bbit/airgram-bundle)[ RSS](/packages/bbit-airgram-bundle/feed)WikiDiscussions master Synced 1mo ago

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

AirGramBundle
=============

[](#airgrambundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/8c4c21c48055fb24a884a201f5df03575726362785b232dabd352fd5bc3e1740/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35363530643233342d313532372d343336352d623338302d6262636631666130616636372f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/5650d234-1527-4365-b380-bbcf1fa0af67) [![knpbundles.com](https://camo.githubusercontent.com/9272e5171f51a4ccf0dea715a099518816ed701f88593374b6038e78d6fc3ced/687474703a2f2f6b6e7062756e646c65732e636f6d2f4272616e63684269742f4169724772616d42756e646c652f62616467652d73686f7274)](http://knpbundles.com/BranchBit/AirGramBundle)

### Step 1: Download BBITAirGramBundle using composer

[](#step-1-download-bbitairgrambundle-using-composer)

```
{
    "require": {
        "bbit/airgram-bundle": "dev-master",
    }
}
```

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

```
$ php composer.phar update bbit/airgram-bundle
```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
