This class can manage PHP tasks running in parallel processes. It can fork the current process to run one or more parallel processes that execute given PHP code. The class can also do other operations like checking if a task is still running, remove a task, exchange data between tasks. It requires ...
dm.IS Layout Support forum dm-islayout Fork of the IS layout template engine This is a fork of the IS Layout template engine class It fixes several bugs, a substantially smaller memory footprint (necessary because there seems to be some kind of problem with regular expression replacement), and some ...
Thread Support forum php_fork A class to implement multi-threaded applications Wrapper around the pcntl_fork() stuff, with a API set like Java language. Practical usage is done by extending this class, and re-defining the run() method. This way PHP developers can enclose logic into a class that ...
Cached TemplatEze Support forum cachedtemplateze Template engine based on replacement with caching This class is a fork of the TemplatEze variable replacement based template engine written originally by David Agar. Here follows the list of added, removed or changed features: + Added Template Set ...
This package can be used to schedule the execution of task like the cron program. First it starts a daemon process using Luca Mariano's PHP fork class to make the cron daemon script run like a standalone program. It can parse a crontab file with Mick Sear's cron parser class and extract the job scheduling ...
... Xinha HTML editor This class is a plug-in for the Forms Generation and Validation class that turns a textarea input in a HTML editor. Xinha is a fork of the HtmlArea JavaScript library. HtmlArea can generate HTML editors with support for many rich editing features like tables and spell-checking. This ...
... Render graphical diagrams of hierarchical trees This package can be used to render graphical diagrams of hierarchical trees of nodes. It is a fork of the PHP Tree Graph class originally written by Mathias. This version changes are: - Added ability to set title of the node - Added ability to insert ...
... processes This package provides a base class that can create and manage daemon processes on Linux or other Unix-like systems. This base class can fork the current process and store the child process identifier in a pid file. The forked process enters an infinite loop executing its job until it receives ...
bib_server Support forum bib_server Web server in pure PHP This class implements a Web server written in pure PHP. It starts listening to TCP connections on a given IP address and port. When a client browser connects to the specified port, the class handles the connection request, forks a new process ...
PHP parallel programming Support forum parallel-php Run parallel scripts using a C++ program This package can be used to run multiple parallel scripts using a C++ program. It can start parallel scripts that may run synchronously or asynchronously using the compiled C++ program to run PHP command ...