imagecms/coding-standard

There is no license information available for the latest version (2.0.0) of this package.

ImageCMS Coding Standard

Installs: 924

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:coding-standard

2.0.0 2016-11-28 17:57 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:25:35 UTC


README

Installation

Composer

This standard can be installed with the Composer dependency manager.

  1. Install Composer

  2. Install the coding standard as a dependency of your project

     composer require --dev imagecms/coding-standard:>=1.0
    
  3. Add the coding standard to the PHP_CodeSniffer install path

     application/third_party/bin/phpcs --config-set installed_paths application/third_party/imagecms/coding-standard
    
  4. Check the installed coding standards for "ImageCMS"

     application/third_party/bin/phpcs -i
    
  5. Done!

     application/third_party/bin/phpcs /path/to/code