PHPackages                             maatify/queue-manager - 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. [Database &amp; ORM](/categories/database)
4. /
5. maatify/queue-manager

ActiveLibrary[Database &amp; ORM](/categories/database)

maatify/queue-manager
=====================

PHP library for Queue Redis And Db Manager handler, known by our team

1.3.0001(1y ago)01604proprietaryPHPPHP &gt;=8.2

Since Jul 20Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/Maatify/QueueManager)[ Packagist](https://packagist.org/packages/maatify/queue-manager)[ Docs](https://github.com/Maatify/)[ RSS](/packages/maatify-queue-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (10)Used By (4)

[![Current version](https://camo.githubusercontent.com/f41ecfb8f29e7a2bffebc6dd53c949541a68d83b53715d0664011458afba9818/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6161746966792f71756575652d6d616e61676572)](https://packagist.org/packages/maatify/queue-manager)[![Packagist PHP Version Support](https://camo.githubusercontent.com/e63fa9d7c2ebb0e811c8f47cc8928e26ae255f17b469eb9bfccd7b2fdbaec7d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6161746966792f71756575652d6d616e61676572)](https://packagist.org/packages/maatify/queue-manager)[![Monthly Downloads](https://camo.githubusercontent.com/037a1f50eebef235d5d5de4aec618c44e0c875601f5eb1352ec1feb41a8a14b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d6161746966792f71756575652d6d616e61676572)](https://packagist.org/packages/maatify/routee/queue-manager)[![Total Downloads](https://camo.githubusercontent.com/41a8069e82a6fcb9874ee6b59eb22e7539beb469a236b4e527d87683647b393c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6161746966792f71756575652d6d616e61676572)](https://packagist.org/packages/maatify/routee/queue-manager)[![Stars](https://camo.githubusercontent.com/7e79fadb2615b094e4c6b032c46c32126c195040e47b674965955681d4009117/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6d6161746966792f71756575652d6d616e61676572)](https://github.com/maatify/QueueManager/stargazers)

Installation
============

[](#installation)

```
composer require maatify/queue-manager
```

Database Structure
------------------

[](#database-structure)

```
--
-- Database: `maatify`
--

-- --------------------------------------------------------

--
-- Table structure for table `queue_manager`
--

CREATE TABLE `queue_manager` (
     `queue_id` int NOT NULL,
     `description` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '',
     `timestamp` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `queue_manager`
--

INSERT INTO `queue_manager` (`queue_id`, `description`, `timestamp`)
    VALUES
        (1, 'email', ''),
        (2, 'sms', ''),
        (3, 'fcm', ''),
        (4, 'payment', ''),
        (5, 'order', ''),
        (6, 'telegram-bot-admin', ''),
        (7, 'telegram-bot-customer', ''),
        (8, 'telegram-bot-subscriber', '');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `queue_manager`
--
ALTER TABLE `queue_manager`
    ADD PRIMARY KEY (`queue_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `queue_manager`
--
ALTER TABLE `queue_manager`
    MODIFY `queue_id` int NOT NULL AUTO_INCREMENT;
COMMIT;
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance51

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

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

Recently: every ~48 days

Total

9

Last Release

468d ago

PHP version history (2 changes)1.0.001PHP &gt;=8.0

1.3.0001PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a885a0810f2762586520ab284c9019aaf0b650b53cdf2a6c13ea10931bb7795?d=identicon)[Maatify](/maintainers/Maatify)

---

Top Contributors

[![megyptm](https://avatars.githubusercontent.com/u/33574895?v=4)](https://github.com/megyptm "megyptm (21 commits)")

---

Tags

phpdatabaseredisqueuemanagermaatify.dev

### Embed Badge

![Health badge](/badges/maatify-queue-manager/health.svg)

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

###  Alternatives

[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

591444.8k2](/packages/spiritix-lada-cache)[tomatophp/filament-types

Manage any type on your app in Database with easy to use Resource for FilamentPHP

5616.7k8](/packages/tomatophp-filament-types)

PHPackages © 2026

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