33# PHP Skeleton
44
55
6- > An application skeleton for modern PHP projects.
6+ > An application skeleton for modern PHP projects, PoC, side-projects.. .
77
88
99[ TOC]
@@ -17,7 +17,7 @@ This repository contains an application skeleton following best practices.
1717### Highlights
1818
1919- Minimalist project
20- - Includes frequently used tools such as a ** Linter** , ** PHPStan** , ** PHPUnit** , ** ClockMock ** , ** CodeSniffer** and ** VarDumper** .
20+ - Includes frequently used tools such as a ** Linter** , ** PHPStan** , ** PHPUnit** , ** CodeSniffer** and ** VarDumper** .
2121
2222
2323## Requirements
@@ -68,15 +68,15 @@ Custom commands are added to `composer.json` under the `scripts` section.
6868
6969##### Available commands
7070
71- | Command | Description |
72- | ---------- | ------------------------------------------------------------ |
73- | ` linter ` | Runs the linter in parallel mode |
74- | ` phpcs ` | Runs ** PHP Check Style** command following the PSR-12 |
75- | ` phpcbf ` | Runs ** PHP Code Beautifier** and ** Fixer** command following the PSR-12 |
71+ | Command | Description |
72+ | ---------- | ------------------------------------------------------------------------------ |
73+ | ` linter ` | Runs the linter in parallel mode |
74+ | ` phpcs ` | Runs ** PHP Check Style** command following the PSR-12 |
75+ | ` phpcbf ` | Runs ** PHP Code Beautifier** and ** Fixer** command following the PSR-12 |
7676| ` phpstan ` | Runs ** PHPStan** with the specs defined at ` phpstan.neon ` configuration file |
77- | ` phpunit ` | Runs ** PHPUnit** with the specs defined at ` phpunit.xml ` configuration file |
78- | ` tests ` | Runs ** PHPUnit** without code coverage support |
79- | ` coverage ` | Runs ** PHPUnit** with ** PCOV** code coverage support |
77+ | ` phpunit ` | Runs ** PHPUnit** with the specs defined at ` phpunit.xml ` configuration file |
78+ | ` tests ` | Runs ** PHPUnit** without code coverage support |
79+ | ` coverage ` | Runs ** PHPUnit** with ** PCOV** code coverage support |
8080
8181#### Makefile
8282
0 commit comments