Download the PHP package francium/process without Composer
On this page you can find all versions of the php package francium/process. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download francium/process
More information about francium/process
Files in francium/process
Download francium/process
More information about francium/process
Files in francium/process
Vendor francium
Package process
Short Description Run Background Process with Cross Platform Support
License Apache 2.0
Homepage http://subinsb.com/francium/process
Package process
Short Description Run Background Process with Cross Platform Support
License Apache 2.0
Homepage http://subinsb.com/francium/process
Please rate this library. Is it a good library?
Informations about the package process
Francium-Process
Run Non Blocking Background Processes in PHP. Works for Unix (Linux, Mac) and Windows Systems
Install
Simply install it with Composer
Usage
-
Run a PHP file in background :
The callback passed to the
start()
function will be executed when the process is started. Also, anyecho
output will be shown in browser and connection will be immediately closed.If there is no callback mentioned, the browser will still be in connection with the script waiting for further result.
- Run
ffmpeg
in background :$Process = new \Fr\Process("ffmpeg", array( "arguments" => array( "-i" => "video.avi", "image%d.jpg" ) ));
All versions of process with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package francium/process contains the following files
Loading the files please wait ....