PHPackages                             char101/workerlib - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. char101/workerlib

ActiveLibrary[Queues &amp; Workers](/categories/queues)

char101/workerlib
=================

07PHP

Since Aug 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/char101/workerlib)[ Packagist](https://packagist.org/packages/char101/workerlib)[ RSS](/packages/char101-workerlib/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

workerlib
=========

[](#workerlib)

Description
-----------

[](#description)

Utility classes for [Workerman](https://github.com/walkor/Workerman/).

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

[](#requirements)

- PHP &gt;= 8.0
- event extension
- redis extension

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

[](#installation)

Set minimum stability to `dev` in `composer.json`.

If there is no existing `composer.json`:

```
echo '{"minimum-stability": "dev"}' > composer.json
```

Or add to existing `composer.json`:

```
{
    "minimum-stability": "dev"
}
```

Install the package:

```
composer require char101/workerlib
```

Create `main.php` as the application entry point:

```
