Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 13 years ago)
- Default Branch: 7.0
- Last Pushed: 2024-01-31T07:45:11.000Z (9 months ago)
- Last Synced: 2024-04-14T10:51:45.662Z (7 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/event-dispatcher
- Size: 1.01 MB
- Stars: 8,450
- Watchers: 21
- Forks: 69
- 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)