PHPackages                             liip/drupaleventmanagermodule - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. liip/drupaleventmanagermodule

ActiveDrupal-module[Testing &amp; Quality](/categories/testing)

liip/drupaleventmanagermodule
=============================

Event manager to enhance the Drupal hook system (actually use it for you custom events instead of the hook system)

0.5(12y ago)21.1k1[1 issues](https://github.com/liip/LiipDrupalEventManagerModule/issues)1MITPHPPHP &gt;=5.3.8,&lt;5.4

Since Jul 4Pushed 11y ago7 watchersCompare

[ Source](https://github.com/liip/LiipDrupalEventManagerModule)[ Packagist](https://packagist.org/packages/liip/drupaleventmanagermodule)[ RSS](/packages/liip-drupaleventmanagermodule/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (3)Used By (1)

Liip Drupal EventManager Module
===============================

[](#liip-drupal-eventmanager-module)

This module is done to get rid of the Drupal hook system; at least for custom events.

Current Travis Status
---------------------

[](#current-travis-status)

[![Build Status](https://camo.githubusercontent.com/6188d3708ffad058f83237606a40ee39ed3bc4a7b24b158cb11e53bf4a57caea/68747470733a2f2f7472617669732d63692e6f72672f6c6969702f4c69697044727570616c4576656e744d616e616765724d6f64756c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/liip/LiipDrupalEventManagerModule)[![Coverage Status](https://camo.githubusercontent.com/d0446878118c22ba1e6b903dd97c51a2c28d4767ec4b6af4bb04f951dd60b7e9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c6969702f4c69697044727570616c4576656e744d616e616765724d6f64756c652f62616467652e706e67)](https://coveralls.io/r/liip/LiipDrupalEventManagerModule)[![Dependency Status](https://camo.githubusercontent.com/fac24d99bc5ad59b2c29dff991c218be6c790b8b165593c43e938d19ad1a5b38/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532353236646262363332626163323262613030303065662f62616467652e706e67)](https://www.versioneye.com/user/projects/52526dbb632bac22ba0000ef)

Installation
------------

[](#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](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader, you only have to add the `bootstrap.php` into your bootstrap or autoloader.

### Composer

[](#composer)

Add the following lines to your `composer.json` file and update your project's composer installation.

```
{
    "require": {
       "liip/drupaleventmanagermodule": "dev-master"
    }
}
```

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](http://getcomposer.org) is a good place to start.

### Github

[](#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.

```
$ git clone git@github.com:liip/LiipDrupalEventManagerModule.git
```

Dependencies
------------

[](#dependencies)

- LiipDrupalConnector ()
- LiipDrupalRegistryModul ()
- Assert ()
- ProxyObject for dev purposes ()

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~599 days

Total

2

Last Release

4098d ago

Major Versions

0.5 → 1.4.0.x-dev2015-02-24

PHP version history (2 changes)0.5PHP &gt;=5.3.8,&lt;5.4

1.4.0.x-devPHP &gt;=5.3.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce9845fe6fb3492df8bd632b865d4ff303051cf68e28282f34bf5cc3372d9150?d=identicon)[lapistano](/maintainers/lapistano)

![](https://www.gravatar.com/avatar/e04d485c2445123bbe8f625a73f21b6b8f66b83c6612b40b4e3953b9f404d0a6?d=identicon)[pjezek](/maintainers/pjezek)

![](https://www.gravatar.com/avatar/213d29d5708408719ffd6bf637e1aef6f7933a28c57ef694e7178eccdc67cefe?d=identicon)[samkoch](/maintainers/samkoch)

---

Top Contributors

[![lapistano](https://avatars.githubusercontent.com/u/95115?v=4)](https://github.com/lapistano "lapistano (33 commits)")[![pjezek](https://avatars.githubusercontent.com/u/147792?v=4)](https://github.com/pjezek "pjezek (4 commits)")[![matteodem](https://avatars.githubusercontent.com/u/1301147?v=4)](https://github.com/matteodem "matteodem (1 commits)")

---

Tags

testingdrupalTDDevent handlerDrupal 7loose couplingoodsoftware qualitysubject observer pattern

### Embed Badge

![Health badge](/badges/liip-drupaleventmanagermodule/health.svg)

```
[![Health](https://phpackages.com/badges/liip-drupaleventmanagermodule/health.svg)](https://phpackages.com/packages/liip-drupaleventmanagermodule)
```

###  Alternatives

[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k497.0M23.6k](/packages/mockery-mockery)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)[codedungeon/phpunit-result-printer

PHPUnit Pretty Result Printer

1.2k8.8M397](/packages/codedungeon-phpunit-result-printer)[orchestra/testbench-core

Testing Helper for Laravel Development

27043.7M310](/packages/orchestra-testbench-core)[liip/drupalconnectormodule

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

121.7k3](/packages/liip-drupalconnectormodule)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
