richardhughes/php-boilerplate

Boilerplate code for new PHP projects

dev-master 2018-09-26 19:18 UTC

This package is auto-updated.

Last update: 2024-03-18 00:41:51 UTC


README

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