PHPackages                             yangusik/symfony-spawn - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. yangusik/symfony-spawn

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

yangusik/symfony-spawn
======================

Symfony adapter for PHP TrueAsync — async HTTP server with coroutine-per-request isolation

v0.2.3(2w ago)3481MITPHPPHP ^8.6CI passing

Since Apr 26Pushed 2w agoCompare

[ Source](https://github.com/YanGusik/symfony-spawn)[ Packagist](https://packagist.org/packages/yangusik/symfony-spawn)[ RSS](/packages/yangusik-symfony-spawn/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (9)Versions (6)Used By (0)

symfony-spawn
=============

[](#symfony-spawn)

Symfony adapter for [PHP TrueAsync](https://github.com/true-async/php-trueasync).

Requirements
------------

[](#requirements)

- PHP 8.6+ with the **TrueAsync** extension
- Symfony 7.0 or 8.0
- `ext-pcntl`, `ext-pdo`

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

[](#installation)

```
composer require yangusik/symfony-spawn
```

```
// config/bundles.php
Spawn\Symfony\TrueAsyncBundle::class => ['all' => true],
```

The runtime is registered automatically via `composer.json`. That's it.

Running
-------

[](#running)

```
php bin/console async:serve

php bin/console async:serve --host=0.0.0.0 --port=9000
```

FrankenPHP worker mode is detected automatically via `FRANKENPHP_WORKER`.

Doctrine
--------

[](#doctrine)

When `doctrine/orm` is installed, the bundle automatically enables TrueAsync's PDO connection pool and isolates transaction state per coroutine.

Default pool settings (override in `config/packages/true_async.yaml`):

```
true_async:
    db_pool:
        enabled: true
        min: 2
        max: 10
        healthcheck_interval: 30
```

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance96

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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 ~6 days

Total

5

Last Release

19d ago

### Community

Maintainers

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

---

Top Contributors

[![YanGusik](https://avatars.githubusercontent.com/u/28189620?v=4)](https://github.com/YanGusik "YanGusik (13 commits)")[![EdmondDantes](https://avatars.githubusercontent.com/u/1571649?v=4)](https://github.com/EdmondDantes "EdmondDantes (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yangusik-symfony-spawn/health.svg)

```
[![Health](https://phpackages.com/badges/yangusik-symfony-spawn/health.svg)](https://phpackages.com/packages/yangusik-symfony-spawn)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M506](/packages/shopware-core)[sulu/sulu

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

1.3k1.4M195](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sylius/sylius

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

8.5k5.8M710](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

641140.7k103](/packages/oro-platform)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)

PHPackages © 2026

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