PHPackages                             alexanderc/threadator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alexanderc/threadator

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

alexanderc/threadator
=====================

Thread\[ator\] is an attempt to build an decent library for multithreading in PHP

933JavaScript

Since Oct 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/AlexanderC/Threadator)[ Packagist](https://packagist.org/packages/alexanderc/threadator)[ RSS](/packages/alexanderc-threadator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Main Goal
=========

[](#main-goal)

The mail goal of [Threadator](https://github.com/AlexanderC/Threadator) package is to provide an easy way to run multithreaded applications in PHP. You may notice that there are other packages like this, but:

- This is a modern package (Using Generators, Traits and other language sugar + build as a composer library)
- It is providing most native implementation ever (all that you need are posix, pcntl)
- You have full controll on your threads (Mutex and bidirectional Communication betweed threads and master)

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

[](#installation)

- Via [Composer](https://getcomposer.org/)

    ```
      "alexanderc/threadator": "dev-master"

    ```

Basic usage
===========

[](#basic-usage)

```
