bootstrap theme *should find a good theme first
PSR-2 read important
*check PSR-1 too
- guide for documentation comments
- for documentation we are using phpDocumentor
documentation is at /docs/
to generate documentation
run php phpDocumentor.phar -f . -t docs/api
on root directory
phpDocumentor dependencies :
- graphviz
- PHP 5.3.3 (we are using php 7)
- intl extension for PHP
- on linux : sudo apt-get install php7.0-intl
- on mac(brew) : brew install php70-intl
- on windows : I have no idea cheack the link above
recomended TextEditor (Sublime 3) packages:
install Package Control first
(ctr+shift+p => Package Controll: Install Packages)