Skip to content

thewebgarden/php-boilerplate

Repository files navigation

PHP Boilerplate

PHP requirement GitHub license GitHub tag (latest SemVer)

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

🔗 https://github.com/thewebgarden/php-boilerplate/generate

About

A boilerplate for new composer-based PHP projects.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks