deniskorbakov / skeleton-php-docker
A skeleton php libs with docker
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 0
Open Issues: 0
Type:libarary
Requires
- php: >=8.2
Requires (Dev)
- pestphp/pest: ^3.8
- phpstan/phpstan: ^2.1
- rector/rector: *
- slevomat/coding-standard: ^8.20
- squizlabs/php_codesniffer: ^3.13
README
This repository is designed to give you a template with which you can create your own packages.
Installation
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
What do you get
- 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