PHPackages                             remdan/easysys-connector-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. remdan/easysys-connector-bundle

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

remdan/easysys-connector-bundle
===============================

EasysysConnectorBundle for Symfony2

0141PHP

Since Aug 30Pushed 11y ago2 watchersCompare

[ Source](https://github.com/remdan/easysys-connector-bundle)[ Packagist](https://packagist.org/packages/remdan/easysys-connector-bundle)[ RSS](/packages/remdan-easysys-connector-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

easysys-connector-bundle
========================

[](#easysys-connector-bundle)

EasysysConnectorBundle

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

[](#installation)

### Step 1: Download the EasysysConnectorBundle

[](#step-1-download-the-easysysconnectorbundle)

Add EasysysConnectorBundle to your composer.json using the following construct:

```
{
    "require": {
        "remdan/easysys-connector-bundle": "dev-master"
    }
}

```

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

```
$ php composer.phar update remdan/easysys-connector-bundle
```

Composer will now fetch and install this bundle in the vendor directory `vendor/remdan`

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
