richardhughes/php-boilerplate

Boilerplate code for new PHP projects

Maintainers

Package info

github.com/richardhughes/php-boilerplate

Type:project

pkg:composer/richardhughes/php-boilerplate

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-18 04:27:43 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