2017 © Pedro Peláez
 

library diabolo-framework

Yet another easy-to-use framework.

image

diabolo/diabolo-framework

Yet another easy-to-use framework.

  • Sunday, July 29, 2018
  • by sige
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Diabolo

core of the framework ~, (*1)

Installation

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)

Document

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)

The Versions

29/07 2018

dev-master

9999999-dev http://diabolo-framework.com

Yet another easy-to-use framework.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

framework diabolo