A curated collection of tools and best practices for PHP development.
- Streamlined local development (optionally with DDEV).
- Static analysis with PHPStan and Psalm.
- Automated code formatting with EasyCodingStandard.
- Git hooks for quality enforcement.
You can use this booster with or without DDEV.
If you wish to use DDEV for local development, please install it by following their installation instructions.
- Site: https://terrorsquad.github.io/php-booster/
- Copilot repository guidance: .github/copilot-instructions.md
To integrate the booster into your existing PHP project:
-
In your PHP project root, check out a new branch and make sure you have no uncommitted changes.
-
Run the following command to integrate the booster into your project:
curl -sSL https://raw.github.com/TerrorSquad/php-booster/main/booster/integrate_booster.sh | bash
-
Follow the instructions on the screen.
-
Commit the changes and push the branch to your repository.
This repository is licensed under the MIT License. See LICENSE.md for details.