jorgegc/phing-phpcs

A collection of PHP_CodeSniffer targets for Phing.

Installs: 18 806

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/jorgegc/phing-phpcs

2.1.1 2018-10-18 07:36 UTC

This package is not auto-updated.

Last update: 2025-12-06 23:56:39 UTC


README

Overview

A collection of PHP_CodeSniffer targets for Phing.

Installation

This project can be checked out with Composer.

"require": {
    "jorgegc/phing-phpcs": "*"
}

If you are already running a Phing build in an existing project why not include these tasks as well with the following line in your build.xml:

<import file="vendor/jorgegc/phing-phpcs/build.xml" optional="true" />

Usage

To get a list of tasks.

phing -l