You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Chris 30aea8e361 updated dependencies + working api connection 7 years ago
..
Debug updated dependencies + working api connection 7 years ago
DependencyInjection updated dependencies + working api connection 7 years ago
Tests updated dependencies + working api connection 7 years ago
.gitignore Add vendor and .env to make usable 7 years ago
CHANGELOG.md updated dependencies + working api connection 7 years ago
ContainerAwareEventDispatcher.php updated dependencies + working api connection 7 years ago
Event.php Add vendor and .env to make usable 7 years ago
EventDispatcher.php Add vendor and .env to make usable 7 years ago
EventDispatcherInterface.php Add vendor and .env to make usable 7 years ago
EventSubscriberInterface.php Add vendor and .env to make usable 7 years ago
GenericEvent.php Add vendor and .env to make usable 7 years ago
ImmutableEventDispatcher.php Add vendor and .env to make usable 7 years ago
LICENSE Add vendor and .env to make usable 7 years ago
README.md Add vendor and .env to make usable 7 years ago
composer.json updated dependencies + working api connection 7 years ago
phpunit.xml.dist Add vendor and .env to make usable 7 years ago

README.md

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources