PHPackages                             hpbuniat/parallely - 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. hpbuniat/parallely

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

hpbuniat/parallely
==================

parallely

112PHP

Since May 20Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

parallely
=========

[](#parallely)

parallely is a re-usable component to do parallel-processing with php.

Example Setup
-------------

[](#example-setup)

```
"parallel": {
    "adapter": "sharedmemory",
    "config": {
        "path": "/tmp",
        "host": "localhost",
        "port": 11211
    }
}
```

```
$oParallel = \parallely\Builder::build($aStack, $oConfig->adapter, $oConfig->config);
$oParallel->run(array(
    'check' => array(
        $iTime
    ),
    'run'
));
```

Builtin transports
------------------

[](#builtin-transports)

- File
- Memcached
- Shared-Memory
- XCache
- APC

Note
----

[](#note)

With empty or invalid configuration, parallely will process all stacks sequentially.

Extending
---------

[](#extending)

You may add own adapters by simply implementing the TransportInterface.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![hpbuniat](https://avatars.githubusercontent.com/u/214626?v=4)](https://github.com/hpbuniat "hpbuniat (7 commits)")

### Embed Badge

![Health badge](/badges/hpbuniat-parallely/health.svg)

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

###  Alternatives

[joypixels/emoji-toolkit

JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.

465817.1k7](/packages/joypixels-emoji-toolkit)

PHPackages © 2026

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