Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/phly
https://github.com/weierophinney/phly
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/phly
- Owner: weierophinney
- License: other
- Created: 2008-09-30T15:14:15.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-05-21T16:32:30.000Z (over 12 years ago)
- Last Synced: 2024-12-16T06:02:59.166Z (26 days ago)
- Language: PHP
- Homepage: http://weierophinney.net/phly/
- Size: 456 KB
- Stars: 61
- Watchers: 7
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
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 exampleFor more information, see http://weierophinney.net/phly/