outeredge / coding-standards
Dev tools used by outer/edge
Installs: 1 003
Dependents: 16
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.4
- bitexpert/phpstan-magento: ^0.32
- deployer/deployer: ^7.5
- magento/magento-coding-standard: 37
- magento/php-compatibility-fork: ^0.1
- phpstan/extension-installer: ^1.4
- squizlabs/php_codesniffer: ^3.7
- dev-master
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.x-dev
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9.1
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.1
- 2.0.0
- 1.0.0
- dev-up-coding-standard4
- dev-up-coding-standard3
- dev-up-coding-standard2
- dev-up-coding-standard1
- dev-up-coding-standard
This package is auto-updated.
Last update: 2025-05-07 16:49:49 UTC
README
This repository contains the coding standards used by outer/edge with rules for:
- PHPCS
Install
composer require --dev outeredge/dev-dependencies
Then you can add the outer/edge coding standard to your phpcs.xml, i.e. for Magento 2:
<?xml version="1.0"?> <ruleset> ... <rule ref="vendor/outeredge/dev-dependencies/phpcs-magento.xml" /> <file>app/code/...</file> <file>app/design/frontend/...</file> ... </ruleset> </xml>
Running PHPCS tests
$ phpcs
Running PHPCS code fixer
$ phpcbf