richardhughes / php-boilerplate
Boilerplate code for new PHP projects
Package info
github.com/richardhughes/php-boilerplate
Type:project
pkg:composer/richardhughes/php-boilerplate
dev-master
2018-09-26 19:18 UTC
Requires
- php: >= 7.2.7
Requires (Dev)
- jakub-onderka/php-parallel-lint: ^1.0
- nikic/php-parser: ^4.0
- phpro/grumphp: ^0.14
- phpunit/phpunit: ^7.3
- povils/phpmnd: ^2.0
- sensiolabs/security-checker: ^4.1
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