PHPackages                             kiefernwald/affair - 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. kiefernwald/affair

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

kiefernwald/affair
==================

A library to allow handling of events.

v1.4.1(4y ago)025MITPHPPHP &gt;=7.3

Since Oct 3Pushed 4y ago2 watchersCompare

[ Source](https://github.com/kiefernwald/affair)[ Packagist](https://packagist.org/packages/kiefernwald/affair)[ Docs](http://github.com/kiefernwald/affair)[ RSS](/packages/kiefernwald-affair/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (10)Used By (0)

Affair 😍
========

[](#affair-)

[![Build Status](https://camo.githubusercontent.com/78c4a902cc52fabdac18c8dc9abe948912319ee1556737ad07895a884bbdad27/68747470733a2f2f7472617669732d63692e636f6d2f6b69656665726e77616c642f6166666169722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/kiefernwald/affair)

Affair is a simple library to take away some work when handling events. It is the core of [Oberhavel.jetzt](https://oberhavel.jetzt) project.

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

[](#installation)

`composer require kiefernwald/affair`

Usage
-----

[](#usage)

Implement your own `EventProvider`, following `EventProviderInterface`. It should handle access to your storage:

```
