PHP CodeSniffer is a wonderfully simple tool for implementing and enforcing a coding standard.
The basic installation comes with a handful of existing coding standards, like PEAR.
One can easily cobble together a coding standard with a subset of sniffs from any of the existing coding standards.
It’s even fairly simple to write your own sniffs in the event an existing sniff just isn’t quite right.