deniskorbakov/skeleton-php-docker

A skeleton php libs with docker

v1.0.0 2025-08-02 08:12 UTC

This package is auto-updated.

Last update: 2025-08-02 14:09:10 UTC


README

This repository is designed to give you a template with which you can create your own packages.

GitHub Workflow Status GitHub Workflow Status Total Downloads Latest Version License

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

@Denis Korbakov