backend / base
The Base of the Backend-PHP Framework.
0.2.7
2013-03-26 14:22 UTC
Requires
- php: >=5.3.0
- backend/core: >=0.5.2.1
- backend/interfaces: >=0.2.3
README
The Base tier extends the Core tier to provide more general but still often used functionality, as well as sane defaults. This extended functionality helps the developer to focus on building a web application, and not an application framework.
It forms the basis on which the Backend-PHP Framework is built.
Install
It can be installed from source.
Requirements
Base uses Backend-PHP Interfaces and Backend-PHP Core, and as this packages uses namespaces, PHP 5.3 is required.