PHPackages                             edps/edps - 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. edps/edps

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

edps/edps
=========

PHP 5.2 port of Événement

v0.0.2(13y ago)13.3k2MITPHPPHP &gt;=5.2.0

Since Oct 24Pushed 13y ago1 watchersCompare

[ Source](https://github.com/yuya-takeyama/edps)[ Packagist](https://packagist.org/packages/edps/edps)[ RSS](/packages/edps-edps/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (2)

EDPS
====

[](#edps)

EDPS is a PHP 5.2 port of [igorw](https://github.com/igorw)'s [Événement](https://github.com/igorw/evenement).

[![Build Status](https://camo.githubusercontent.com/fd2059578c5305102d0408bacb4a47b2be22a6d533daacda3a4636712d17b4b1/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f797579612d74616b6579616d612f656470732e706e67)](http://travis-ci.org/yuya-takeyama/edps)

Fetch
-----

[](#fetch)

The recommended way to install EDPS is [through composer](http://getcomposer.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "edps/edps": "dev-master"
    }
}
```

And run these two commands to install it:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

```

Now you can add the autoloader, and you will have access to the library:

```
