PHPackages                             talesoft/tale-event - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. talesoft/tale-event

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

talesoft/tale-event
===================

A PSR-14 implementation

0.3.0(6y ago)024MITPHPPHP &gt;=7.4.0

Since Jan 22Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Talesoft/tale-event)[ Packagist](https://packagist.org/packages/talesoft/tale-event)[ Docs](https://talesoft.codes)[ RSS](/packages/talesoft-tale-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

[![Packagist](https://camo.githubusercontent.com/38c2f88d4180d5500501ed8ee5c21f434eb1ae4102ae12c58ba9018f67b6c8fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616c65736f66742f74616c652d6576656e742e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/talesoft/tale-event)[![License](https://camo.githubusercontent.com/b3e6188ec21b6ceaf0935272c674f6230c57cd78963f3bfba6cd2bd33121570c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f54616c65736f66742f74616c652d6576656e742e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/Talesoft/tale-event/blob/master/LICENSE.md)[![CI](https://camo.githubusercontent.com/88814e048fe043cc8f6a59e293ba1df3d00e35cf7dbe78ea09136e1250764632/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f54616c65736f66742f74616c652d6576656e742e7376673f7374796c653d666f722d7468652d6261646765)](https://travis-ci.org/Talesoft/tale-event)[![Coverage](https://camo.githubusercontent.com/43a7a42748aba465668b0465b0aa49b7536b345f9afdc99807d1364f185ed6cb/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f54616c65736f66742f74616c652d73747265616d2e7376673f7374796c653d666f722d7468652d6261646765)](https://codeclimate.com/github/Talesoft/tale-event)

Tale Event
==========

[](#tale-event)

What is Tale Event?
-------------------

[](#what-is-tale-event)

A PSR-14 Event Dispatcher implementation

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

[](#installation)

```
composer req talesoft/tale-event
```

Usage
-----

[](#usage)

```
use Tale\Event\ListenerProvider\ReflectionListenerProvider;
use Tale\EventDispatcher;

$provider = new ReflectionListenerProvider();
$dispatcher = new EventDispatcher($provider);

class MyEvent
{
    private $message = '';

    public function setMessage(string $message): void
    {
        $this->message = $message;
    }

    public function getMessage(): string
    {
        return $this->message;
    }
}

$provider->addListener(function (MyEvent $event) {
    $event->setMessage('Hello from listener!');
});

$event = new MyEvent();
$dispatcher->dispatch($event);
echo $event->getMessage(); // "Hello from listener!"
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~503 days

Total

4

Last Release

2250d ago

PHP version history (3 changes)0.1PHP &gt;=5.5.0

0.2.0PHP &gt;=7.1.0

0.3.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/75a80e0830e63c723808d021d3a1648a2643db60f4ac2e40842da05f227f956b?d=identicon)[TorbenKoehn](/maintainers/TorbenKoehn)

---

Top Contributors

[![TorbenKoehn](https://avatars.githubusercontent.com/u/1403556?v=4)](https://github.com/TorbenKoehn "TorbenKoehn (16 commits)")

---

Tags

eventpsr-14

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/talesoft-tale-event/health.svg)

```
[![Health](https://phpackages.com/badges/talesoft-tale-event/health.svg)](https://phpackages.com/packages/talesoft-tale-event)
```

###  Alternatives

[shopware/app-php-sdk

Shopware App SDK for PHP

1577.8k1](/packages/shopware-app-php-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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