Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

joomla-framework/symfony-event-dispatcher-bridge

Repository files navigation

The Joomla/Symfony Event Dispatcher Bridge Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

The Joomla/Symfony Event Dispatcher Bridge package bridges the joomla/event and symfony/event-dispatcher packages, allowing the Joomla API to be used within the Symfony API.

Installation via Composer

Add "joomla/symfony-event-dispatcher-bridge": "~2.0@dev" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/symfony-event-dispatcher-bridge": "~2.0@dev"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/symfony-event-dispatcher-bridge "~2.0@dev"