PHPackages                             jakulov/psr\_event - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. jakulov/psr\_event

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

jakulov/psr\_event
==================

Event Interfaces from Symfony Event Dispatcher Component

019PHP

Since Jan 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jakulov/psr-event)[ Packagist](https://packagist.org/packages/jakulov/psr_event)[ RSS](/packages/jakulov-psr-event/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PSR Event
=========

[](#psr-event)

Standarisation of event for compatibility between all component event implement psr-event

Use interfaces of  for create standart full.

This repository holds all interfaces/classes/traits related to [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-event-interface.md).

Note that this is not a eventDispatcher of its own. It is merely an interface that describes a EventDispatcher, EventSubscriber, EventInterface and GenericEventInterface. See the specification for more details.

Usage
-----

[](#usage)

If you need a eventDispatcher, you can use the interface like this:

```
