PHPackages                             eonx-com/easy-async - 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. eonx-com/easy-async

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

eonx-com/easy-async
===================

Makes dealing with async processes easier

6.20.1(1mo ago)0109.0k↓13.2%[1 PRs](https://github.com/eonx-com/easy-async/pulls)MITPHPPHP ^8.2

Since Feb 28Pushed 1mo ago4 watchersCompare

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

READMEChangelogDependencies (38)Versions (533)Used By (0)

\---eonx\_docs--- title: Introduction weight: 0 ---eonx\_docs---

### Require package (Composer)

[](#require-package-composer)

The recommended way to install this package is to use [Composer](https://getcomposer.org/):

```
$ composer require eonx-com/easy-async
```

With Symfony, EasyAsync Messenger middleware are enabled by default and can be toggled globally or per middleware:

```
use Symfony\Config\EasyAsyncConfig;

return static function (EasyAsyncConfig $easyAsyncConfig): void {
    $middlewareConfig = $easyAsyncConfig
        ->messenger()
        ->middleware();

    $middlewareConfig->enabled(true);
    $middlewareConfig->doctrineManagersSanityCheck()->enabled(false);
    $middlewareConfig->doctrineManagersClear()->enabled(true);
};
```

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance89

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 74.4% 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 ~4 days

Total

500

Last Release

54d ago

Major Versions

4.5.5 → 5.6.112023-11-26

5.13.1 → 6.0.0-alpha2024-08-15

5.13.2 → 6.x-dev2024-09-03

4.5.6 → 6.0.12024-09-24

4.x-dev → 6.7.02025-02-19

PHP version history (5 changes)v2.3.0PHP ^7.1

v2.5.0PHP ^7.2

3.4.0PHP ^7.2 || ^8.0

4.0.1PHP ^8.1

6.0.0-alphaPHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![natepage](https://avatars.githubusercontent.com/u/11576446?v=4)](https://github.com/natepage "natepage (749 commits)")[![roman-eonx](https://avatars.githubusercontent.com/u/48544017?v=4)](https://github.com/roman-eonx "roman-eonx (158 commits)")[![alexndlm](https://avatars.githubusercontent.com/u/6824784?v=4)](https://github.com/alexndlm "alexndlm (44 commits)")[![itorgov](https://avatars.githubusercontent.com/u/1703419?v=4)](https://github.com/itorgov "itorgov (32 commits)")[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (5 commits)")[![albertlabarentojr](https://avatars.githubusercontent.com/u/12888117?v=4)](https://github.com/albertlabarentojr "albertlabarentojr (3 commits)")[![BOB41K1987](https://avatars.githubusercontent.com/u/20467102?v=4)](https://github.com/BOB41K1987 "BOB41K1987 (3 commits)")[![ERuban](https://avatars.githubusercontent.com/u/13186130?v=4)](https://github.com/ERuban "ERuban (3 commits)")[![voodooism](https://avatars.githubusercontent.com/u/31572316?v=4)](https://github.com/voodooism "voodooism (3 commits)")[![alexandrtspl](https://avatars.githubusercontent.com/u/90907144?v=4)](https://github.com/alexandrtspl "alexandrtspl (2 commits)")[![zeromodule](https://avatars.githubusercontent.com/u/5268937?v=4)](https://github.com/zeromodule "zeromodule (2 commits)")[![dextercampos](https://avatars.githubusercontent.com/u/27075066?v=4)](https://github.com/dextercampos "dextercampos (1 commits)")[![buddyshontogan](https://avatars.githubusercontent.com/u/21209558?v=4)](https://github.com/buddyshontogan "buddyshontogan (1 commits)")[![DKeeper](https://avatars.githubusercontent.com/u/1589751?v=4)](https://github.com/DKeeper "DKeeper (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eonx-com-easy-async/health.svg)

```
[![Health](https://phpackages.com/badges/eonx-com-easy-async/health.svg)](https://phpackages.com/packages/eonx-com-easy-async)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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