Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
shaneharter edited this page Jun 14, 2012 · 20 revisions
  1. This documentation is in-progress. I would gladly accept any help to fill it out or fix typos and grammatical errors.
  2. I strive to keep the code itself clean and very well commented. These docs are designed as a compliment to reading the code.
  3. Pull Requests of all kinds are appreciated and will be merged-in if they fit the project guidelines, which right now are very brief:
  • Convention over Configuration
  • No forced dependencies to 3rd party PHP code. Pecl is OK, Pear is not. Anything else must be optional for developers, implemented as a Plugin or in the Library directory.
  • Stability > Simplicity > Consistency > Feature Count. The only thing more important to me than Simplicity is `he stability of the library. Simplicity is non-negotiable.

Getting Started

Parallel Processing

Clone this wiki locally