2017 © Pedro Peláez
 

library conventions

image

richardhughes/conventions

  • Thursday, June 21, 2018
  • by richardhughes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Boilerplate

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

Requirements

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

pecl install xdebug, (*3)

Installation

Easiest way is via Composer:, (*4)

composer create-project richardhughes/php-boilerplate

Or you can clone this repository and install dependencies, (*5)

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

Docker

Start the docker PHP container: docker-compose up -d, (*6)

The Versions

21/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Development Requires

by Richie Hughes