zooroyal/coding-standard

This is the ZooRoyal coding standard.

Installs: 17 295

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 39

Forks: 2

Open Issues: 8

Language:Shell


README

Release Packagist Release License

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.