Download the PHP package slince/process without Composer
On this page you can find all versions of the php package slince/process. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slince/process
More information about slince/process
Files in slince/process
Download slince/process
More information about slince/process
Files in slince/process
Vendor slince
Package process
Short Description The process wrapper and manager based on pcntl and posix.
License MIT
Package process
Short Description The process wrapper and manager based on pcntl and posix.
License MIT
Please rate this library. Is it a good library?
Informations about the package process
Process Library
The library help to work with processes. It provides a more readable api and various modes for IPC via pipe(FIFO) and system v.
Installation
Install via composer
Dependencies
The library replies on the following php's extension.
- ext-pcntl. Provides control processes (MUST)
- ext-sysvshm. Porvides system v shared memory (OPTIONAL)
- ext-sysvsem. Porvides system v semaphore (OPTIONAL)
- ext-sysmsg. Porvides system v message queue (OPTIONAL)
Usage
Basic usage
Sends signal to the process
Note: If your php version is less than 7.1, please add the statement
declare(ticks=1);
at the beginning of the file:
Shared memory
The default size of shared memory is the sysvshm.init_mem in the php.ini, otherwise 10000 bytes. You can adjust this.
Semaphore
Message queue
Fifo
License
The MIT license. See MIT
All versions of process with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package slince/process contains the following files
Loading the files please wait ....