PHPackages                             pchela/events - 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. [Framework](/categories/framework)
4. /
5. pchela/events

ActiveLibrary[Framework](/categories/framework)

pchela/events
=============

Zend Framework 2 Events Module

015PHP

Since Dec 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pchela/Events)[ Packagist](https://packagist.org/packages/pchela/events)[ RSS](/packages/pchela-events/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Zend Framework 2 Events Module
==============================

[](#zend-framework-2-events-module)

### Requirements

[](#requirements)

- database
- PHP Version &gt;= 5.4.28
- PHP intl extension

### Installation

[](#installation)

```
$ cd DIR_PROJECT
$ composer require pchela/events:dev-master
```

### Setup

[](#setup)

Fill the specified db parameters

```
//DIR_PROJECT/config/autoload/local.php

return array(
    'doctrine' => array(
        'connection' => array(
            // default connection name
            'orm_default' => array(
                'driverClass' => 'Doctrine\DBAL\Driver\PDOMySql\Driver',
                'params' => array(
                    'host' => 'DBHOST',
                    'port' => 'DBPORT',
                    'user' => 'DBUSER',
                    'password' => 'USERPASSWORD',
                    'dbname' => 'DBNAME',
                )
            )
        )
    ),
);
```

Enable modules in application.config.php

```
return array(
  'modules' => array(
      // other modules
        'DoctrineModule',
        'DoctrineORMModule',
        'Events',
  ),
  // other content
);

```

Create db schema

```
$ cd DIR_PROJECT
$ php vendor/bin/doctrine-module orm:schema-tool:create
```

### Usage

[](#usage)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.9% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46035425?v=4)[pchela](/maintainers/pchela)[@Pchela](https://github.com/Pchela)

---

Top Contributors

[![kowalskipiotr](https://avatars.githubusercontent.com/u/6598000?v=4)](https://github.com/kowalskipiotr "kowalskipiotr (13 commits)")[![kowalski-piotr](https://avatars.githubusercontent.com/u/2436911?v=4)](https://github.com/kowalski-piotr "kowalski-piotr (8 commits)")

### Embed Badge

![Health badge](/badges/pchela-events/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M833](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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