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

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

valzargaming/evenement
======================

Événement is a very simple event dispatching library for PHP

00PHP

Since Jun 9Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Événement
=========

[](#événement)

Événement is a very simple event dispatching library for PHP.

It has the same design goals as [Silex](https://silex.symfony.com/) and [Pimple](https://github.com/silexphp/Pimple), to empower the user while staying concise and simple.

It is very strongly inspired by the [EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter) API found in [node.js](http://nodejs.org).

[![Continuous Integration](https://github.com/igorw/evenement/workflows/CI/badge.svg)](https://github.com/igorw/evenement/workflows/CI/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/15e64555f32457e703de26e2010c826b3629914d3cd84f27ecb55edfa5f9773a/68747470733a2f2f706f7365722e707567782e6f72672f6576656e656d656e742f6576656e656d656e742f762f737461626c652e706e67)](https://packagist.org/packages/evenement/evenement)[![Total Downloads](https://camo.githubusercontent.com/f0cc5c01cb6530ebdb03d4329b89b4bbd7e01695b6e0686bbc865802dc2dc192/68747470733a2f2f706f7365722e707567782e6f72672f6576656e656d656e742f6576656e656d656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/evenement/evenement/stats)[![License](https://camo.githubusercontent.com/e1792f44cd1df31917709d5af605e63e9ee5d7ee041909aa74cd595a7a0c1875/68747470733a2f2f706f7365722e707567782e6f72672f6576656e656d656e742f6576656e656d656e742f6c6963656e73652e706e67)](https://packagist.org/packages/evenement/evenement)

Fetch
-----

[](#fetch)

The recommended way to install Événement is [through composer](http://getcomposer.org). By running the following command:

```
$ composer require evenement/evenement

```

Usage
-----

[](#usage)

### Creating an Emitter

[](#creating-an-emitter)

```
