Skip to content

ZooRoyal/coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooRoyal Coding-Standard

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.