This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Home
shaneharter edited this page Jun 14, 2012
·
20 revisions
- This documentation is in-progress. I would gladly accept any help to fill it out or fix typos and grammatical errors.
- I strive to keep the code itself clean and very well commented. These docs are designed as a compliment to reading the code.
- 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.