https://github.com/symfony/event-dispatcher
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
https://github.com/symfony/event-dispatcher
component php symfony symfony-component
Last synced: 2 months ago
JSON representation
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
- Host: GitHub
- URL: https://github.com/symfony/event-dispatcher
- Owner: symfony
- License: mit
- Created: 2011-02-22T18:02:40.000Z (over 14 years ago)
- Default Branch: 7.3
- Last Pushed: 2025-08-29T08:27:40.000Z (3 months ago)
- Last Synced: 2025-09-06T09:01:59.936Z (2 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/event-dispatcher
- Size: 1.05 MB
- Stars: 8,566
- Watchers: 20
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
---------
* [Documentation](https://symfony.com/doc/current/components/event_dispatcher.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)