aoe/symfony2-coding-standard

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony2 PHP CodeSniffer Coding Standard

Maintainers

👁 AOEpeople

Package info

github.com/AOEpeople/Symfony2-coding-standard

pkg:composer/aoe/symfony2-coding-standard

Statistics

Installs: 4 477

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2015-06-02 12:03 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6f787d1a9f36206c6df21985bf655ebdf75eda44

  • Symfony2-phpcs-authors <Symfony2-coding-standard.woop@escapestudios.github.com>
  • Steffen Ritter, AOE GmbH <steffen.ritter.woop@aoe.com>

Symfony2standardphpcscodesnifferAOE

This package is auto-updated.

Last update: 2023-06-16 00:15:58 UTC


README

This is a fork of the Symfony coding standards enabling their installation via composer. All additions, please contribute to the upstream repository.

Installation

  1. Install via composer:

     mkdir CodeSniffer
     cd CodeSniffer
     composer require aoe/Symfony2-coding-standard
    
  2. Profit!

     cd /path/to/my/project
     CodeSniffer/vendor/bin/phpcs
     CodeSniffer/vendor/bin/phpcs path/to/my/file.php
    

Contributing

If you do contribute code to these sniffs, please make sure to contribute to the uplink repository at https://github.com/escapestudios/Symfony2-coding-standard.