/morgo

CMS framework

Primary LanguagePHPMIT LicenseMIT

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