Creates a php project structure following the PHP Package Development Standards pds/skeleton.
make build
# project_name - this is a project name
./php-pds-skeleton project_name
# run tests
make test
# see the level of code coverage by tests
make coverage