Boilerplate package for creating other raadaa packages.
PHP 5.4 and above
composer require raadaa/composer-template
- Online documentation here (Recommended)
- Download as pdf here (Not always up to date)
- Fork the project.
- Make your bug fix or feature addition.
- Add tests for it. This is important so we don't break it in a future version unintentionally.
- Send a pull request.
Use php-cs-fixer to (re)format your sourcecode for compliance with this project's coding guidelines:
$ wget http://get.sensiolabs.org/php-cs-fixer.phar
$ php php-cs-fixer.phar fix <dir>