Download the PHP package fghazaleh/multi-thread-manager without Composer
On this page you can find all versions of the php package fghazaleh/multi-thread-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fghazaleh/multi-thread-manager
More information about fghazaleh/multi-thread-manager
Files in fghazaleh/multi-thread-manager
Package multi-thread-manager
Short Description Multi-thread manager using Symfony process component
License MIT
Homepage https://github.com/fghazaleh/multi-thread-manager
Informations about the package multi-thread-manager
Multi Thead Manager
A Library to handle a multiple Symfony process component, by creating a command which can be handled in asynchronous (threads).
Supported PHP Versions
- PHP 7.2
- PHP 8.0
Index
- Installation
- Usage
- Create instance of
ThreadManager
- Add Threads
- Wait for Threads
- Terminate Threads
- Register Events/Listeners in Thread Manager
- Create instance of
- Security Vulnerabilities
- License
Installation
Usage
Create instance of ThreadManager
.
or
or
Add threads
Add shell script command thread.
Add Symfony process thread.
Add thread object.
Add thread with context.
Wait for threads
Terminate threads
Register Events/Listeners in Thread Manager
Register event with class listener.
Register event closure listener function.
Security Vulnerabilities
if you discover a security vulnerability within this boilerplate, please send an email to Franco Ghazaleh at [email protected], or create a pull request if possible. All security vulnerabilities will be promptly addressed. Please reference this page to make sure you are up to date.
License
This project is licensed under the MIT License.