Example of BlogoText addon for developers
Addons are available on BlogoText/blogotext-addons
Some documentation are available on the BlogoText wiki
About contributing
Few rules apply here:
One addon by folder.
Write all in english.
Before spreading the world with your addon, make sure it is PSR-2 compliant. You can download this useful tool to help you:
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --standard=PSR2 -np --extensions=php --tab-width=4 --encoding=utf-8 --colors "<path to the addon>/<addon>.php"
Example with this calendar addon:
php phpcs.phar --standard=PSR2 -np --extensions=php --tab-width=4 --encoding=utf-8 --colors calendar/
That's enough! Good Luck and Have Fun :)