Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boxuk/codingstandards
- Owner: boxuk
- Created: 2011-05-21T17:15:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T12:37:10.000Z (over 11 years ago)
- Last Synced: 2024-04-14T11:50:54.724Z (9 months ago)
- Language: PHP
- Homepage: http://www.boxuk.com
- Size: 168 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.
%> phingPHP
---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