slimapi / coding-standard
SlimAPI Coding Standard
v1.0.0
2023-01-13 17:15 UTC
Requires
- php: ^8.1
- slevomat/coding-standard: ^8.8
- squizlabs/php_codesniffer: ^3.7
README
PHP coding standard for better code readability, consistency and good programming practises.
- Based on PSR-1, PSR-12 and Slevomat Coding Standard
- For more details which standards are used, look at src/ruleset.xml
- For full list of sniffs, look at sniffs.txt
Code Style Guide
The guide is automatically generated and available at standard.md.
Local Development & Testing
$ docker compose up $ docker compose exec app composer.sh test
License
See LICENSE file for more information.