Download the PHP package liip/drupaleventmanagermodule without Composer
On this page you can find all versions of the php package liip/drupaleventmanagermodule. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liip/drupaleventmanagermodule
More information about liip/drupaleventmanagermodule
Files in liip/drupaleventmanagermodule
Package drupaleventmanagermodule
Short Description Event manager to enhance the Drupal hook system (actually use it for you custom events instead of the hook system)
License MIT
Informations about the package drupaleventmanagermodule
Liip Drupal EventManager Module
This module is done to get rid of the Drupal hook system; at least for custom events.
Current Travis Status
Installation
The source is now PSR-0 compatible. There is no specific installation routine to be followed. Just clone or checkout the source into to your project
and use it.
In case you don't use a PSR-0 compatible autoloader, you only have to add the bootstrap.php
into your bootstrap or
autoloader.
Composer
Add the following lines to your composer.json
file and update your project's composer installation.
This composer configuration will checkout the 'cutting eadge' version ('dev-master') of the project. Be alarmed that this might be broken sometimes.
NOTE: In case you do not know what this means the composer project website is a good place to start.
Github
Thus I recommend the composer way to make LiipDrupalEventManagerModule a dependency to your project. The sources are also available via github. Just clone it as you might be familiar with.
Dependencies
- LiipDrupalConnector (https://github.com/liip/LiipDrupalConnectorModule)
- LiipDrupalRegistryModul (https://github.com/liip/LiipDrupalRegistryModule)
- Assert (http://github.com/beberlei/assert)
- ProxyObject for dev purposes (https://github.com/lapistano/ProxyObject)
All versions of drupaleventmanagermodule with dependencies
liip/drupalconnectormodule Version dev-master
beberlei/assert Version dev-master
liip/drupalregistrymodule Version dev-master