oneserv / phpstan-ruleset
An opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.
Installs: 1 422
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 7
Type:phpstan-extension
Requires
- php: ^8.1
- phpstan/phpstan: ^1.0.0
- thecodingmachine/safe: ^2
Requires (Dev)
- ergebnis/phpstan-rules: ^1.0.0
- madewithlove/license-checker: ^1.4.0
- oneserv/phpcs-rules: ^2.0
- phpmd/phpmd: ^2.10
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0.0
- phpstan/phpstan-phpunit: ^1.0.0
- phpstan/phpstan-strict-rules: ^1.0.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- thecodingmachine/phpstan-safe-rule: ^1.1.0
README
This is an opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.
See Rules Overview for a list and explanation of all rules.
Installation
To use this extension, require it in Composer:
composer require --dev oneserv/phpstan-ruleset
If you also install phpstan/extension-installer then you're all set!