PHPackages                             gigadrive/php-coding-standard - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. gigadrive/php-coding-standard

AbandonedArchivedLibrary[PSR &amp; Standards](/categories/psr-standards)

gigadrive/php-coding-standard
=============================

The PHP Coding Standard for Gigadrive projects - Integrates with PHP CS Fixer

1.0.3(4y ago)211MITPHP

Since Feb 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Gigadrive/php-coding-standard)[ Packagist](https://packagist.org/packages/gigadrive/php-coding-standard)[ Docs](https://github.com/Gigadrive/php-coding-standard)[ RSS](/packages/gigadrive-php-coding-standard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (4)Used By (0)

Gigadrive's PHP Coding Standard
===============================

[](#gigadrives-php-coding-standard)

This repository holds the coding standard used for Gigadrive PHP projects. It is available to the public and licensed under the [MIT License](https://github.com/Gigadrive/php-coding-standard/blob/master/LICENSE).

The coding standard was made to be used with the [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) tool for easy IDE and CI pipeline integrations.

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

[](#installation)

You will need to install both PHP CS Fixer and the Gigadrive coding standard with composer:

```
composer require --dev friendsofphp/php-cs-fixer
composer require --dev gigadrive/php-coding-standard
```

Usage
-----

[](#usage)

Next, create a `.php-cs-fixer.dist.php` file at your project root:

```
