This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Contracts/EventDispatcher
2019-05-31 00:41:44 +02:00
..
composer.json [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
Event.php [Contracts][EventDispatcher] move the Event class to symfony/contracts 2019-03-29 19:47:03 +01:00
EventDispatcherInterface.php [Contracts] Fixed typos 2019-05-31 00:41:44 +02:00
LICENSE [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
README.md [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00

Symfony EventDispatcher Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/master/README.md for more information.