Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 554 Bytes

PHP Starter kit - website

This is Starter Kit for quick set up project for your new website Including

  • PHPUnit for unit testing
  • PHP CodeSniffer for checkstyle (default is PSR-2 without method open bracket on newline)
  • PHPStan for static analyze
  • Composer for autoloding, package managing and script aliasing

Creating new project

For quick start create project via Composer

composer create-project tonda13/php-starter-kit-web

Or clone repository

git clone https://github.com/tonda13/php-starter-kit-web.git example.com