shoppingfeed / coding-style-php
There is no license information available for the latest version (2.4.2) of this package.
2.4.2
2026-01-27 10:45 UTC
Requires
- php: >=8.0
- slevomat/coding-standard: ^7.0|^8.0
- squizlabs/php_codesniffer: ^3.6.0
- symfony/console: ^5.0|^6.0|^7.0
- symfony/process: ^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2026-05-27 11:27:39 UTC
README
Installation
composer require shoppingfeed/coding-style-php
Contributing
To connect to a php 8.0 container correctly configured
- Create a container :
docker run --name coding-style-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0-unit - Connect to container :
docker exec -it coding-style-php bash
Once connected to the container you can :
- Update composer dependencies :
composer update - Run test :
composer test
Proposal process
See proposal
Documentation
Documentation is driven by mkdocs and uses material theme
- Find it at docs/index.md
- Or Run the doc server locally :
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material