PHPackages                             ibexa/code-style - 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. ibexa/code-style

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

ibexa/code-style
================

Ibexa Code Style Fixer

v2.3.0(1mo ago)0617.5k↓49.4%1[1 PRs](https://github.com/ibexa/code-style/pulls)20(GPL-2.0-only or proprietary)PHPPHP &gt;=7.4CI passing

Since Nov 30Pushed 1mo ago13 watchersCompare

[ Source](https://github.com/ibexa/code-style)[ Packagist](https://packagist.org/packages/ibexa/code-style)[ RSS](/packages/ibexa-code-style/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (10)Versions (21)Used By (20)

Ibexa Code Style
================

[](#ibexa-code-style)

This package contains Ibexa Coding Standards which are aimed to include plugins
for code style tools, plugins for CI, IDE settings, Git hooks, GitHub templates related
to contributions, etc.

Installation and backward compatibility promise
-----------------------------------------------

[](#installation-and-backward-compatibility-promise)

This package doesn't follow strict SemVer BC promise due to maintenance reasons. Backward compatibility is guaranteed within a single minor release, instead of a major one.

We recommend installing it using tilde (`~`) composer constraint followed by `X.Y.Z` version number format, e.g.:

```
composer req --dev ibexa/code-style:~2.2.0
```

This ensures that composer will install `v2.2.*` patch releases only. Minor releases might receive configuration updates either needed by [Ibexa DXP](https://www.ibexa.co/products)packages or other changes forced by PHP CS Fixer package itself.

Usage
-----

[](#usage)

### Third party packages

[](#third-party-packages)

Create a `.php-cs-fixer.php` file in your project root directory with the following content:

```
