Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 717 Bytes

Sample Project

Build Status Coverage Status

Introduction

Sample PHP 7.1 starter

Text file enconding

  • UTF-8

Code style formatter

  • Zend Framework coding standard

Composer commands

  • clean: Delete all generated files
  • test: Launch unit test
  • test-coverage: Launch unit test with clover.xml file generation
  • cs-check : code sniffer check
  • cs-fix: code sniffer fix
  • phpstan: Launch PHP Static Analysis Tool
  • check: Launch cs-check, test and phpstan