iainconnor / composer-pthreads
There is no license information available for the latest version (1.0.2) of this package.
PThreads with the Composer autoloader baked in.
1.0.2
2017-07-06 16:02 UTC
Requires
- ext-pthreads: ^3.1
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2025-02-02 06:14:26 UTC
README
A simple library to demonstrate how to use PThreads in conjunction with the Composer AutoLoader.
Installation
From composer, composer require iainconnor/composer-pthreads
.
Usage
Just use or extend the provided AutoloadWorker
Class in place of your normal \Worker
.
See ComposerWorkerTest.php for a full example.