dev-master
9999999-dev http://diabolo-framework.comYet another easy-to-use framework.
MIT
The Requires
- php >=5.3
by sige
framework diabolo
Yet another easy-to-use framework.
core of the framework ~, (*1)
Diabolo has been published on Packagist, so you can install it by composer command., (*2)
composer require diabolo/diabolo-framework
Also you are albe to clone the source code from github, and here is the command, (*3)
git clone git@github.com:diabolo-framework/diabolo.git
If you don't have the git or composer, you can download the source manually, here is the link for the downloading. https://github.com/diabolo-framework/diabolo/releases, (*4)
online doc : https://diabolo.readthedocs.io, (*5)
document is wrote by Sphinx, and now, we only support html doc in make file,, (*6)
each module or service has an folder named Document
to contains documents,
and then setup doc source by Sphinx in this folder :, (*7)
$ sphinx-quickstart ```` after that, we got `index.rst` and we need to fix the title without any welcome message, cause it would become the entry's name when we build the full doc of this framework. document can be generate by make command, and here it is :
$ make doc ```, (*8)
Yet another easy-to-use framework.
MIT
framework diabolo