PHPackages                             olbie/miniq - 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. olbie/miniq

ActiveLibrary

olbie/miniq
===========

Mini Queue

0.2.1(2y ago)07GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Apr 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/drlenux/miniq)[ Packagist](https://packagist.org/packages/olbie/miniq)[ RSS](/packages/olbie-miniq/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

MiniQ
=====

[](#miniq)

MiniQ is a minimalist PHP library designed for queue management, utilizing sockets for inter-process communication. It offers a simple way to manage task queues and process them with workers. MiniQ is built on ReactPHP components, making it suitable for asynchronous PHP applications.

Features
--------

[](#features)

- Simple and lightweight queue management.
- Uses Unix sockets for communication.
- Easily integrates with the ReactPHP event loop.
- Supports asynchronous task handling.

Translate
---------

[](#translate)

- [russian](./docs/ru/index.md)
- Ukraine (in progress)

Installation
------------

[](#installation)

You can install MiniQ using Composer. Run the following command in your project directory:

```
composer require olbie/miniq
```

Requirements
------------

[](#requirements)

- **PHP 8.1** or newer
- **Composer** for dependency management

Usage
-----

[](#usage)

### Server Setup

[](#server-setup)

Create a server to manage your tasks:

```
