Download the PHP package pressbooks/coding-standards without Composer
On this page you can find all versions of the php package pressbooks/coding-standards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coding-standards
Pressbooks Coding Standards
These are our coding standards. There are many like these, but these are ours.
Our standards are basically Human Made's coding standards with a few tweaks:
- Use camelCase for class methods & properties, UPPERCASE for class constants, snake_case everywhere else.
- PHP Sessions are allowed.
- A few more...
Tips
Pressbooks classes that extend WP Core classes will fail the PSR1.Methods.CamelCapsMethodName rule. In those cases, add something like this in your phpcs.ruleset.xml file:
Link to docs: https://docs.pressbooks.org/coding-standards/
All versions of coding-standards with dependencies
PHP Build Version
Package Version
Requires
humanmade/coding-standards Version
^2.5
The package pressbooks/coding-standards contains the following files
Loading the files please wait ...