joomla/symfony-event-dispatcher-bridge

This package is abandoned and no longer maintained. No replacement package was suggested.

Joomla/Symfony Event Dispatcher Bridge

dev-2.0-dev 2018-10-16 23:35 UTC

This package is auto-updated.

Last update: 2021-04-26 11:58:51 UTC


README

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"