2017 © Pedro Peláez
 

library php-skeleton

image

guillermoandrae/php-skeleton

  • Wednesday, June 6, 2018
  • by guillermoandrae
  • Repository
  • 0 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Skeleton

Travis Scrutinizer Scrutinizer Coverage PHP from Travis config @guillermoandrae on Twitter, (*1)

This project provides a skeleton that can be used to spin up PHP projects., (*2)

Installation

Do this, then relax:, (*3)

composer create-project guillermoandrae/php-skeleton [project name]

Testing

Run the following command to make sure your code is appropriately styled:, (*4)

composer check-style

Run the following command to check style, run tests, and generate a Clover report:, (*5)

composer test

Run the following command to check style, run tests, and generate an HTML report (access the report at http://localhost:8080):, (*6)

composer test-html

The Versions

06/06 2018