victorsabido/phpcs-config

Own PHP Coding Standards.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:phpcodesniffer-standard

0.2.0 2022-06-01 12:16 UTC

This package is auto-updated.

Last update: 2025-05-29 01:56:16 UTC


README

A brief description of what this project does and who it's for

How to install

Require this package

  composer require victorsabido/phpcs-config "*"  --dev

Publish the rules.xml

php artisan vendor:publish --tag=vsabido-phpcs --force

Add at the end the sentence for each update in composer.json

"scripts":{
  "post-update-cmd": [
      ... ,
      "@php artisan vendor:publish --tag=vsabido-phpcs --force"
  ]
}