PHPackages                             instapro/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. instapro/coding-standard

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

instapro/coding-standard
========================

The Instapro Coding Standard

1.8.0(2mo ago)231.5k↓36.7%3[1 issues](https://github.com/instapro/coding-standard/issues)2MITPHPPHP ^8.3CI passing

Since Apr 6Pushed 1w ago6 watchersCompare

[ Source](https://github.com/instapro/coding-standard)[ Packagist](https://packagist.org/packages/instapro/coding-standard)[ RSS](/packages/instapro-coding-standard/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (9)Dependencies (4)Versions (12)Used By (2)

Instapro Coding Standard
========================

[](#instapro-coding-standard)

The Instapro Coding Standard is a set of [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) rules that we use in the Instapro projects.

How to use
----------

[](#how-to-use)

1. Install the package as a dev requirement

    ```
    composer require --dev instapro/coding-standard
    ```
2. Add/update your `.php-cs-fixer.dist.php` configuration file to load the configuration from the package. Be sure to update the finder configuration to match the files you want to enforce the coding standard for.

    ```
