PHPackages                             fanymagnet/simple-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. fanymagnet/simple-event

ActiveLibrary

fanymagnet/simple-event
=======================

Простые события

1.0(6y ago)05PHP

Since Jul 25Pushed 6y agoCompare

[ Source](https://github.com/fanymagnet/simple-event)[ Packagist](https://packagist.org/packages/fanymagnet/simple-event)[ RSS](/packages/fanymagnet-simple-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

**Пример использоватния**:

```
Event::on('Event1', static function (int $i) {
   echo $i . PHP_EOL;
   Event::trigger('Event2', $i + 1);

});

Event::on('Event2', static function (int $i) {
    echo $i . PHP_EOL;
});

Event::trigger('Event1', 1);

```

**Результат использоватния**:

```
1
2

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2480d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/fanymagnet-simple-event/health.svg)

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

PHPackages © 2026

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