Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 588 Bytes

php-pds-skeleton

CI/CD

Creates a php project structure following the PHP Package Development Standards pds/skeleton.

Build the project

make build

Example of creating a PHP project

# project_name - this is a project name
./php-pds-skeleton project_name

Run tests

# run tests
make test

# see the level of code coverage by tests
make coverage