Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/php-coding-standards
Fork of the WP PHP coding standards, to add clarifications and remove ambiguities.
https://github.com/garyjones/php-coding-standards
Last synced: about 1 month ago
JSON representation
Fork of the WP PHP coding standards, to add clarifications and remove ambiguities.
- Host: GitHub
- URL: https://github.com/garyjones/php-coding-standards
- Owner: GaryJones
- Created: 2016-10-22T10:43:37.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2016-12-28T20:09:19.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T00:10:48.062Z (7 months ago)
- Size: 39.1 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Coding Standards
This is a "fork" of the WP PHP Coding Standards document, to add clarifications and remove ambiguities.
The aim is to have a location for community contributions to improve the current [PHP Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/) page for WordPress.
While some minor syntax fixes and clarifications should be added, the aim is to "plug the holes", for PHP 5.3+ features such as namespaces, `use` statements, interfaces, traits, strict types declarations, that are already in use within the community of plugin and theme developers.
See [this gist](https://gist.github.com/GaryJones/303d8b9ebb2d6a5bb800) for a starting point.