laravelpackages-dev / laravel-laravel-symphony-bridge
Symphony event bridge for Laravel applications. Provides seamless event dispatching and listening across service boundaries.
Package info
github.com/laravelPackages-dev/laravel-laravel-symphony-bridge
pkg:composer/laravelpackages-dev/laravel-laravel-symphony-bridge
v1.1.0
2026-03-21 05:38 UTC
Requires
- php: >=8.1
- illuminate/support: ^10.0|^11.0|^12.0
README
Seamless event dispatching and listening across service boundaries for Laravel applications.
Installation
composer require matiascorrea007/laravel-laravel-symphony-bridge
The service provider is auto-discovered by Laravel. No additional configuration needed.
Requirements
- PHP >= 8.1
- Laravel 10.x, 11.x or 12.x
Usage
The bridge automatically configures event listeners based on your application's service configuration stored in storage/framework/.
License
MIT