PHPackages                             opensoft/opensoft-epl-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. opensoft/opensoft-epl-bundle

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

opensoft/opensoft-epl-bundle
============================

OpensoftEplBundle is wrapper for opensoft/epl library

2.0.0(8y ago)113.0k1MITPHPPHP ^5.5.9|&gt;=7.0.8

Since Feb 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/opensoft/OpensoftEplBundle)[ Packagist](https://packagist.org/packages/opensoft/opensoft-epl-bundle)[ Docs](https://github.com/opensoft/OpensoftEplBundle)[ RSS](/packages/opensoft-opensoft-epl-bundle/feed)WikiDiscussions master Synced 3w ago

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

OpensoftEplBundle
=================

[](#opensofteplbundle)

[![Build Status](https://camo.githubusercontent.com/1653e0630bac7bb56e28c621e4cf91dc716ec775dec48c903c3ddbd0e194c02c/68747470733a2f2f7472617669732d63692e6f72672f6f70656e736f66742f4f70656e736f667445706c42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/opensoft/OpensoftEplBundle)

Installation
============

[](#installation)

### Add this bundle to your project

[](#add-this-bundle-to-your-project)

**Using the composer**

`php composer.phar require opensoft/opensoft-epl-bundle`

**Using the vendors script**

Add the following lines in your deps file:

```
[OpensoftEplBundle]
    git=git://github.com/opensoft/OpensoftEplBundle.git
    target=bundles/Opensoft/EplBundle
[epl]
    git=http://github.com/opensoft/epl.git

```

Run the vendors script:

```
$ php bin/vendors install
```

**Using Git submodule**

```
$ git submodule add git://github.com/opensoft/OpensoftEplBundle.git vendor/bundles/Opensoft/EplBundle
```

### Add the EPL namespace to your autoloader

[](#add-the-epl-namespace-to-your-autoloader)

```
