Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scribu/wp-phptidy

Automatically format PHP code to meet the WordPress Coding Standards
https://github.com/scribu/wp-phptidy

wordpress

Last synced: 3 months ago
JSON representation

Automatically format PHP code to meet the WordPress Coding Standards

Awesome Lists containing this project

README

        

## Description

The story:

1. Magnus Rosenbaum wrote the original [phptidy](http://phptidy.berlios.de/) script.
2. Eoin Gallagher modified it so that it conforms to the [WordPress Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards).
3. I put Eoin's version on github, for convenience.

## Basic usage

```
$ wp-phptidy.php replace some-file.php
```

Complete documentation can be found on the phptidy home page: http://phptidy.berlios.de/