2017 © Pedro Peláez
 

library symfony-coding-standard

A coding standard to check against the Symfony coding standards

image

metasyntactical/symfony-coding-standard

A coding standard to check against the Symfony coding standards

  • Monday, July 6, 2015
  • by dkreuer
  • Repository
  • 2 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Symfony2 PHP CodeSniffer Coding Standard

Packagist, (*1)

A coding standard to check against the Symfony coding standards, copied from escapestudios/Symfony2-coding-standard which itself was copied from the -disappeared- opensky/Symfony2-coding-standard repository., (*2)

Composer integration has been additionally enabled., (*3)

Installation

Require PHP_CodeSniffer and this sniff in your project composer.json:, (*4)

{
    "require-dev": {
        "squizlabs/php_codesniffer": "~2.3",
        "metasyntactical/symfony-coding-standard": "~1.0"
    }
}

Afterwards call CodeSniffer with the standard:, (*5)

$ vendor/bin/phpcs $FILENAME --standard=vendor/metasyntactical/composer-codesniffer-hooks/Symfony2/ruleset.xml

The Versions

06/07 2015

dev-master

9999999-dev

A coding standard to check against the Symfony coding standards

  Sources   Download

MIT

by Daniel Kreuer

06/07 2015

v1.0.3

1.0.3.0

A coding standard to check against the Symfony coding standards

  Sources   Download

MIT

by Daniel Kreuer

29/03 2015

v1.0.2

1.0.2.0

A coding standard to check against the Symfony coding standards

  Sources   Download

MIT

by Daniel Kreuer

26/03 2015

v1.0.1

1.0.1.0

A coding standard to check against the Symfony coding standards

  Sources   Download

MIT

by Daniel Kreuer

26/03 2015

v1.0.0

1.0.0.0

A coding standard to check against the Symfony coding standards

  Sources   Download

MIT

by Daniel Kreuer