PHPackages                             imbo/imbo-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. imbo/imbo-coding-standard

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

imbo/imbo-coding-standard
=========================

Imbo coding standard for PHP-CS-Fixer

v3.0.6(3mo ago)26.0k↓27.8%1[1 PRs](https://github.com/imbo/imbo-coding-standard/pulls)4MITPHPPHP &gt;=8.3CI passing

Since Sep 16Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/imbo/imbo-coding-standard)[ Packagist](https://packagist.org/packages/imbo/imbo-coding-standard)[ Docs](https://imbo.io/)[ RSS](/packages/imbo-imbo-coding-standard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (19)Used By (4)

Imbo Coding Standard
====================

[](#imbo-coding-standard)

This is the PHP coding standard for the Imbo project and other related tools. The ruleset is enforced using the [PHP Coding Standards Fixer ](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) tool.

How to setup
------------

[](#how-to-setup)

First, add this package and [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) as development dependencies:

```
composer require --dev imbo/imbo-coding-standard ^3.0 friendsofphp/php-cs-fixer

```

then, create a configuration file named `.php-cs-fixer.dist.php` local to your repository that includes the following:

```
