PHPackages                             codelego/phpfox-messaging - 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. codelego/phpfox-messaging

ActiveLibrary

codelego/phpfox-messaging
=========================

message queue interface for phpfox framework.

081PHP

Since Nov 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/codelego/phpfox-messaging)[ Packagist](https://packagist.org/packages/codelego/phpfox-messaging)[ RSS](/packages/codelego-phpfox-messaging/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Job Queues Interface
====================

[](#job-queues-interface)

```
return [
    'log.container' => [
        'jobs.log' => [
            [
                'driver'   => 'filesystem',
                'filename' => 'jobs.log',
            ],
        ],
    ],
    'job.handlers'  => [
        // class map
        'sample' => SampleJobHandler::class,
    ],
    'services'      => [
        'log.jobs'  => [LogContainerFactory::class, null,],
        'queues'    => [null, 'LocalQueueClass', 'queues'],
        'queues.01' => [null, 'AwsSQS', 'queue.01'],
    ],
];
``` Example
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

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/4c3d8809b9c98303d06f8c66d22990374714dfb7f4a5a957d2e017517f4edd54?d=identicon)[codelego](/maintainers/codelego)

---

Top Contributors

[![codelego](https://avatars.githubusercontent.com/u/171187?v=4)](https://github.com/codelego "codelego (5 commits)")

### Embed Badge

![Health badge](/badges/codelego-phpfox-messaging/health.svg)

```
[![Health](https://phpackages.com/badges/codelego-phpfox-messaging/health.svg)](https://phpackages.com/packages/codelego-phpfox-messaging)
```

PHPackages © 2026

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