laravelpackages-dev/laravel-laravel-symphony-bridge

Symphony event bridge for Laravel applications. Provides seamless event dispatching and listening across service boundaries.

Maintainers

Package info

github.com/laravelPackages-dev/laravel-laravel-symphony-bridge

pkg:composer/laravelpackages-dev/laravel-laravel-symphony-bridge

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-03-21 05:38 UTC

This package is not auto-updated.

Last update: 2026-04-18 18:19:32 UTC


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