Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boxuk/codingstandards

Box UK Coding Standards
https://github.com/boxuk/codingstandards

Last synced: about 2 months ago
JSON representation

Box UK Coding Standards

Awesome Lists containing this project

README

        

Box UK - Coding Standards
-------------------------

This repository contains coding standards for various languages. Details about
how to use the standard for each language is provided below. There is Phing
(http://phing.info) build file which runs tests for all the standards.


%> phing

PHP
---

The PHP standard is written for PHP_CodeSniffer (http://pear.php.net/package/PHP_CodeSniffer)
and can be run by using the *--standard* switch to _phpcs_.


%> phpcs /my/code/php --standard=/path/to/boxuk-codingstandards/PHP/BoxUK