bruli / event-bus-bundle
Bundle to use event bus in symfony projects
Installs: 279 648
Dependents: 5
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 3
Requires
- symfony/config: ~4.0
- symfony/dependency-injection: ~4.0
- symfony/flex: ^1.0
- symfony/http-kernel: ~4.0
- symfony/yaml: ~4.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~7.0
- symfony/console: ~4.0
README
Bundle to use event bus in symfony projects
Installation
Step 1: Composer
$ composer require bruli/event-bus-bundle
Add in your app/AppKernel.php file:
public function registerBundles() { ... new \Bruli\EventBusBundle\EventBusBundle() }
Credits
- Pablo Braulio (@brulics)
- All contributors
License
event-bus-bundle is released under the MIT License. See the bundled LICENSE file for details.