webgarden / php-boilerplate
A boilerplate for new composer-based PHP projects
dev-main / 1.0.x-dev
2023-01-24 09:09 UTC
Requires
- php: ^8.2
This package is auto-updated.
Last update: 2024-10-24 13:55:45 UTC
README
A boilerplate for new composer-based PHP projects.
Dependencies
This package aims to be as small and simple as possible. In fact, the only requirement is PHP 8.2, hence in order to add PHPUnit, PHP CS Fixer and some other frequently used development tools, it relies on PHIVE.
Getting Started
Install PHIVE
Make sure PHIVE is available on your system (installation instructions):
$ phive --version
Clone repository
Via Composer Create-Project (recommended)
$ php composer.phar create-project --prefer-source --remove-vcs webgarden/php-boilerplate new-project
Using GitHub Templates
🔗 https://github.com/thewebgarden/php-boilerplate/generate