4 projects tagged "PHP 5"
Zend Framework Installer is a PHP class that can be used to setup files for an application based on the Zend framework. It creates a common directory structure as recommended in the Zend Framework's manual. The class can also generate a bootstrap file and the index controller with its view.
AMT REST API implements all the functionality available in the Amazon Mechanical Turk API natively in PHP. There are no external dependencies. The package requires PHP 5.3 or later and uses namespaces. Optional sub-packages handle worker qualifications and notifications sent by the AMT service. The source is intended to be used with the docblox automatic documentation system. An HTML manual cross-links the internal documentation with Amazon's API documentation.
Multi Threaded Daemon - enhanced is a class that implements a daemon that can spawn multiple parallel threads. It includes a sample app to monitor a "queue" directory on the filesystem, and spawns up to "N" child processes to parse individual files from it. It is an enhanced version of the original Multithreaded Daemon class written by Benoit Perroud. This version provides several robustness improvements, adds support for handling signals (SIGTERM, SIGHUP), and a unique PID file to avoid starting multiple instances.