Download the PHP package qubus/qubus-coding-standard without Composer
On this page you can find all versions of the php package qubus/qubus-coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qubus/qubus-coding-standard
More information about qubus/qubus-coding-standard
Files in qubus/qubus-coding-standard
Download qubus/qubus-coding-standard
More information about qubus/qubus-coding-standard
Files in qubus/qubus-coding-standard
Vendor qubus
Package qubus-coding-standard
Short Description Qubus Coding Standard
License MIT
Package qubus-coding-standard
Short Description Qubus Coding Standard
License MIT
Keywords Coding Standardqubus
Please rate this library. Is it a good library?
Informations about the package qubus-coding-standard
QubusPHP Coding Standards
Coding standard rulesets for QubusPHP.
QubusPHP coding standards loosely follows the Laminas Coding Style Guide with a few exceptions:
- Abstract classes MUST NOT be prefixed/suffixed with
Abstract
. - Traits MUST NOT be prefixed/suffixed with
Trait
. - Interfaces MUST NOT be prefixed/suffixed with
Interface
orContract
. - Exceptions MUST be suffixed with
Exception
. - File name of classes must be in PascalCase.
- File names of functions must be in lowercase and can be delimited with
_
. - Custom functions must be namespaced and imported when used.
- Classes must be coded to interfaces and follow SOLID.
Installation
-
Install the coding standard as a dependency of your project:
-
Add coding standard to the PHP_CodeSniffer install path:
- Run the standards:
All versions of qubus-coding-standard with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
squizlabs/php_codesniffer Version ^3.7
slevomat/coding-standard Version ^8.5
webimpress/coding-standard Version ^1.2
dealerdirect/phpcodesniffer-composer-installer Version ^0.7.2
squizlabs/php_codesniffer Version ^3.7
slevomat/coding-standard Version ^8.5
webimpress/coding-standard Version ^1.2
dealerdirect/phpcodesniffer-composer-installer Version ^0.7.2
The package qubus/qubus-coding-standard contains the following files
Loading the files please wait ....