This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Matthew Weier O'Phinney (author)
Tue Nov 10 13:36:49 -0800 2009
phly /
| name | age | message | |
|---|---|---|---|
| |
Phly_Couch/ | Sat Dec 27 14:38:49 -0800 2008 | |
| |
Phly_Mvc/ | Tue Nov 10 13:36:49 -0800 2009 | |
| |
Phly_PubSub/ | Sun Nov 08 10:39:38 -0800 2009 | |
| |
README | Tue Sep 30 08:21:06 -0700 2008 |
README
PHLY is a library of PHP classes designed with the following intentions: * Loosely coupled; dependencies should be few, and no base class should be necessary. * Extendible; all classes should be easily extendible. This may be via observers, interfaces, adapters, etc.. The base class should solve 80% of usage, and allow extensions to the class to fill in the remainder. * Designed for PHP5 and up; all classes should make use of PHP5's features. * Documented; all classes should minimally have excellent API-level documentation, with use cases in the class docblock. * Tested; all classes should have unit tests accompanying them. * Open source and commercial friendly; all classes should use a commercial-friendly open source license. The BSD license is one such example For more information, see http://weierophinney.net/phly/







