Skip to content

richardhughes/php-boilerplate

Repository files navigation

PHP Boilerplate

Create a brand new project with strict pre-commit rules and with boilerplate code to get you up and running within minutes!

Requirements

Install XDebug and it to your php.ini file (Check php --ini for location)

pecl install xdebug

Installation

Easiest way is via Composer:

composer create-project richardhughes/php-boilerplate

Or you can clone this repository and install dependencies

git clone https://github.com/richardhughes/php-boilerplate.git

Docker

Start the docker PHP container: docker-compose up -d