Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/code-standart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DEPLOY AND BUILD
name: CODE CHECK - TESTS

on: ['push', 'pull_request']

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
run: composer cs-check

- name: Run tests
run: composer tests
run: composer tests
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

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

<a href="https://github.com/deniskorbakov/skeleton-php-docker"><img alt="GitHub Workflow Status" src="https://github.com/deniskorbakov/skeleton-php-docker/actions/workflows/code-standart.yml/badge.svg"></a>
<a href="https://packagist.org/packages/deniskorbakov/skeleton-php-docker"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/deniskorbakov/skeleton-php-docker"></a>
<a href="https://packagist.org/packages/deniskorbakov/skeleton-php-docker"><img alt="Latest Version" src="https://img.shields.io/packagist/v/deniskorbakov/skeleton-php-docker"></a>
<a href="https://packagist.org/packages/deniskorbakov/skeleton-php-docker"><img alt="License" src="https://img.shields.io/packagist/l/deniskorbakov/skeleton-php-docker"></a>

## 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 ↙️
```bash
git clone https://github.com/deniskorbakov/skeleton-php-docker
```

Let's go to the cloned repository ⛳
```bash
cd skeleton-php-docker
```

To start, initialize the project and use it 🔥
```bash
make init
```

## What do you get

* Ready-made template project using the latest version of PHP
* Tests using pest
* Static analyzers: phpstan/rector/phpcs
* Ready-made environment using docker


I would be glad to receive your **feedback**

[@Denis Korbakov](https://github.com/deniskorbakov)

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
Expand Down