PHPackages                             web-ant/webant-corebundle - 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. web-ant/webant-corebundle

ActiveSymfony-bundle

web-ant/webant-corebundle
=========================

Core systems in WebAnt

v1.3.2(10y ago)21501MITPHPPHP &gt;=5.3.3

Since Nov 5Pushed 8y ago3 watchersCompare

[ Source](https://github.com/web-ant/webant-corebundle)[ Packagist](https://packagist.org/packages/web-ant/webant-corebundle)[ Docs](http://webant.ru)[ RSS](/packages/web-ant-webant-corebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (9)Used By (0)

Core systems in WebAnt

[Documentation](https://github.com/web-ant/webant-corebundle/blob/master/Resources/doc/index.rst)

Installation

### Step 1: Install WebAntCoreBundle

[](#step-1-install-webantcorebundle)

The preferred way to install this bundle is to rely on [Composer](http://getcomposer.org). Just add in your composer.json:

```
{
    "require": {
        // ...
        "web-ant/webant-corebundle": "dev-master"
    }
}
```

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
