PHPackages                             gizra/robo-phpcs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. gizra/robo-phpcs

ActiveLibrary[Testing &amp; Quality](/categories/testing)

gizra/robo-phpcs
================

Coding standard check Robo command as PHP trait

0.1.1(2y ago)022PHP

Since Sep 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Gizra/robo-phpcs)[ Packagist](https://packagist.org/packages/gizra/robo-phpcs)[ RSS](/packages/gizra-robo-phpcs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

\##Description

`gizra/robo-phpcs` is a PHP trait that provides a Robo command to check the coding standard of Drupal projects. This library makes it easy to adhere to Drupal and DrupalPractice coding standards. It's implemented as a PHP trait which you can include in your Robo tasks.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Robo 4.0 or higher

Installation
------------

[](#installation)

Install this package as a development dependency via composer:

```
composer require --dev gizra/robo-phpcs
```

Usage
-----

[](#usage)

Include the `PhpcsTasks` trait in your `RoboFile.php` to use the `phpcs` command in your tasks.

```
