PHPackages                             attozk/evenement-plus - 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. attozk/evenement-plus

ActiveLibrary

attozk/evenement-plus
=====================

Événement-plus is an advanced event dispatching library for PHP

v2.0.0(13y ago)027MITPHPPHP &gt;=5.4.0

Since Sep 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/attozk/evenement-plus)[ Packagist](https://packagist.org/packages/attozk/evenement-plus)[ RSS](/packages/attozk-evenement-plus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Événement-Plus
==============

[](#événement-plus)

This is a fork of [Événement](https://github.com/igorw/evenement) by [Igor Wiedler](https://igor.io) with advanced dispatching options.

[![Build Status](https://camo.githubusercontent.com/eec008674e48f6b3ba23786fdc17da68f1ca1c7c8665f3d0999d9345ed2a75d4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6174746f7a6b2f6576656e656d656e742d706c75732e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/attozk/evenement-plus)

Install
-------

[](#install)

The recommended way to install Événement-Plus is [through composer](http://getcomposer.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "attozk/evenement-plus": "1.0.*"
    }
}
```

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:

```
