Cradle
0.3.3
Simple library for creating Web-based applications
|
Simple PHP library for creating Web-based applications
A set of simple PHP classes, the most commonly used by the SAD-Sysytems company when:
The library also contains a micro framework for rapid start a simple web application.
Before you begin, you should install:
Git
Just clone the repo: git clone https://github.com/sad-systems/cradle.git
Composer
Just add into the file composer.json
the following settings:
and run the command:
Just run the command:
All classes of this library are in the namespace digger\cradle
. It is recommended to include all classes using the autoloader such as Composer
(you can also use library's autoloader or your own).
A detailed description of the classes can be found in the section: Data Structures
Code and documentation copyright 2015 SAD-Systems