Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 686 Bytes

File metadata and controls

27 lines (14 loc) · 686 Bytes

#Basic Composer package with phpunit

This piece of software is an easy pre-cooked, and configured composer package with phpunit.

##Usage

  • Clone this repo: git clone git@github.com:oridoki/basic-composer-package.git
  • Go to project directory: cd basic-composer-package
  • Download Composer: wget http://getcomposer.org/composer.phar
  • Update composer.json with your own data
  • Install dependencies: php composer.phar install
  • Check everything is ok, running phpunit

###That's it!

##Authors

Adrià Cidre - adria.cidre@oridoki.com - http://twitter.com/adriacidre

##License

This software is licensed under the MIT License - see the LICENSE file for details