zooroyal / coding-standard
This is the ZooRoyal coding standard.
Installs: 17 518
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 37
Forks: 2
Open Issues: 9
Language:Shell
- dev-master
- 4.3.8
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 4.0.0-RC9
- 4.0.0-RC8
- 3.x-dev
- 3.18.2
- 3.18.1
- 3.18.0
- 3.17.2
- 3.17.1
- 3.17.0
- 3.16.2
- 3.16.1
- 3.16.0
- 3.15.7
- 3.15.6
- 3.15.5
- 3.15.4
- 3.15.3
- 3.15.2
- 3.15.1
- 3.15.0
- 3.14.0
- 3.13.2
- 3.13.1
- 3.13.0
- 3.12.3
- 3.12.2
- 3.12.1
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.6
- 3.9.5
- 3.9.4
- 3.9.3
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.7
- 3.7.6
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0
- 2.x-dev
- 2.9.0
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6
- 2.5.2
- 2.5.1
- 2.5
- 2.4.1
- 2.4
- 2.3
- 2.2.2
- 2.2.1
- 2.2
- 2.1
- 2.0
- 1.5.16
- 1.5.15
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4
- 1.3.2
- 1.3.1
- 1.3
- 1.2
- 1.1.1
- 1.1
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
- dev-butch-5ef29a5267
- dev-butch-e447aa3948
This package is auto-updated.
Last update: 2025-03-21 16:33:22 UTC
README
Description
This is a Shim for the zooroyal/coding-standard-source package. For details on how to use the ZooRoyal Coding-Standard, please refer to the README of the source package.
Why?
In an afford to make the ZooRoyal Coding-Standard more accessible, we decided to wrap the source package in a docker image. This way, there is only one dependency to install, which is docker. The composer image has no dependency on PHP or any other composer packages.
Requirements
This packages requires docker to be installed and accessible on your system.
Usage
The composer package exposes a bash script under
vendor/bin/coding-standard
. This script is a wrapper for the docker
application. It should behave exactly like the source package, but it is
creating a docker container in the background and executes the source.
To learn more about the usage of ZooRoyal Coding-Standard, please refer to the
--help
output of the script or the README of the
source package.