PHPackages                             softr/mako-queue - 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. [Framework](/categories/framework)
4. /
5. softr/mako-queue

ActiveLibrary[Framework](/categories/framework)

softr/mako-queue
================

Simple queue package for Mako Framework

1.0.x-dev(8y ago)016PHPPHP &gt;=5.4

Since Jul 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/softr/mako-queue)[ Packagist](https://packagist.org/packages/softr/mako-queue)[ Docs](https://github.com/softr/mako-queue)[ RSS](/packages/softr-mako-queue/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Mako Queue Manager
==================

[](#mako-queue-manager)

This is a simple queue manager package for Mako Framework 4.5.

Install
-------

[](#install)

Use composer to install. Simply add package to your project.

```
composer require softr/mako-queue:*
```

So now you can update your project with a single command.

```
composer update
```

### Register Service

[](#register-service)

After installing you'll have to register the package in your `app/config/application.php` file.

```
'packages' =>
[
    ...
    'web' =>
    [
        ...
        // Register the package for web app
        'softr\MakoQueue\MakoQueuePackage',
    ],
    'cli' =>
    [
        ...
        // Register the package for command line app
        'softr\MakoQueue\MakoQueuePackage',
    ]
],

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

Total

2

Last Release

2980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bbb75946e7d75134253ef101e005e3b645577ef13c754d9ca2264f91377359e?d=identicon)[aldoanizio](/maintainers/aldoanizio)

---

Tags

frameworkdatabasemakoqueue

### Embed Badge

![Health badge](/badges/softr-mako-queue/health.svg)

```
[![Health](https://phpackages.com/badges/softr-mako-queue/health.svg)](https://phpackages.com/packages/softr-mako-queue)
```

PHPackages © 2026

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