PHPackages                             eschrade/async\_pack - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. eschrade/async\_pack

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

eschrade/async\_pack
====================

This library is used as part of a Jetty PHP implementation with ActiveMQ. It is largely a serialization/deserialization mechanism, using Stomp.

0.0.2(8y ago)020Apache-2.0PHP

Since Jun 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kschroeder/AsyncPack)[ Packagist](https://packagist.org/packages/eschrade/async_pack)[ RSS](/packages/eschrade-async-pack/feed)WikiDiscussions master Synced 2w ago

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

AsyncPack
=========

[](#asyncpack)

This is a simple code pack for use with a Jetty/ActiveMQ/PHP server I have built. You will find some information at [ESchrade](http://www.eschrade.com) though I have not written up anything yet. One of the features of that software is building an integrated worker queue that works out of the box. This library is designed to work with that.

There are two components. The client and the server. The client is intended for use in your application when there is a job you want to have queued and executed asynchronously. Using it is fairly simple.

```
// The class to be executed by the server

class MyJob
{
   protected $param;

   public function __construct($param) {
       $this->param = $param;
   }

   public function execute()
   {
      // Do something with $this->param
   }

}

// Then, in your client program:

// to be continued... Restarting Windows...

```

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~297 days

Total

3

Last Release

3120d ago

### Community

Maintainers

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

---

Top Contributors

[![kschroeder](https://avatars.githubusercontent.com/u/237332?v=4)](https://github.com/kschroeder "kschroeder (9 commits)")

### Embed Badge

![Health badge](/badges/eschrade-async-pack/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.1B4.4k](/packages/guzzlehttp-psr7)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)[contao/contao

Contao Open Source CMS development package

43514.5k2](/packages/contao-contao)

PHPackages © 2026

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