Goodby Setup is powerful oneliner to support setting up GitHub repositories of PHP components.
Do you spent some hours to setup your component's repository?
Does the setup task annoy you?
If you answer "yes", you may use Goody Setup oneliner to say "Goodbye" to your setup task!
As Goodby Setup prepares simple composer.json
skeleton for Composer users, you can deploy your PHP components very fast via Packagist.
Goodby Setup creats travis ci config file .travis.yml
as default. It is very easy to begin continuous integration wih TravisCI.
The file structure generated by Goodby Setup follows world wide common style PSR-0.
Goodby Setup bundles unit testing tools like PHPUnit and Mockery for default. So, you can quickly start unit testing.
Goodby Setup bundles PHP CodeSniffer(phpcs
). phpcs
checks if the PHP codes follows your project coding standard. You can easily start to collaborates with the other committers and pull-requesters. The default coding standard which Goodby Setup provides is PSR-2.
editing...
Set up your project with Goodby Setup:
$ curl setup.goodby.org/<github-username>/<github-repository-name> | sh