No Description

Pierre Fromager 43d6c90528 feat : phpmd strong rules 3 years ago
src 43d6c90528 feat : phpmd strong rules 3 years ago
.gitignore cccf7eb553 init : MsTrainingDayProfiler 3 years ago
README.md 43d6c90528 feat : phpmd strong rules 3 years ago
composer.json 43d6c90528 feat : phpmd strong rules 3 years ago
composer.lock cccf7eb553 init : MsTrainingDayProfiler 3 years ago
phpmd-rules-strong.xml 43d6c90528 feat : phpmd strong rules 3 years ago
phpmd-rules.xml cccf7eb553 init : MsTrainingDayProfiler 3 years ago

README.md

Monnaie Services

Training Day

  • Orga
  • Methods
  • Tools
  • Php tech

Composer

Play project composer based

Install

curl -s http://getcomposer.org/installer | php

Setup dependecies

php composer.phar install

Task 1

  • open composer.json
  • read scripts section

from command line run all scripts as below

php composer.phar run <scriptname>

or

composer run <scriptname>