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

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

mobizel/coding-standard
=======================

Battle-tested coding standard configuration used at Mobizel.

v1.3.0(3y ago)114.3k1MITPHPPHP ^8.0

Since Apr 27Pushed 3y ago2 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (10)Used By (1)

 Coding Standard
=================

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

🥇 Battle-tested coding standard configuration used at Mobizel.

Installation &amp; usage
------------------------

[](#installation--usage)

1. Install this package:

    ```
    $ composer require --dev mobizel/coding-standard
    ```
2. Import the configuration file in your `ecs.php`:

    ```
    $ecsConfig->import('vendor/mobizel/coding-standard/ecs.php');
    ```

Example config (ecs.php)
------------------------

[](#example-config-ecsphp)

```
