This repository is designed to give you a template with which you can create your own packages.
To start the template you will need git and docker/docker compose
Performing steps:
You can also submit a template to yourself through the GitHub interface
git clone https://github.com/deniskorbakov/skeleton-php-docker
Let's go to the cloned repository ⛳
cd skeleton-php-docker
To start, initialize the project and use it 🔥
make init
- Ready-made template project using the latest version of PHP
- Tests/Test Coverage using pest
- Static analyzers: phpstan/rector/phpcs
- Ready-made environment using docker
- Xdebug mod
- GitHub actions for lint/tests
- Issue Template for bug/question
I would be glad to receive your feedback