richardhughes / php-boilerplate
Boilerplate code for new PHP projects
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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: 2025-03-18 02:40:32 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