PHPackages                             takutakuaoao/php-cs-fixer-align-property-rule - 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. takutakuaoao/php-cs-fixer-align-property-rule

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

takutakuaoao/php-cs-fixer-align-property-rule
=============================================

the cs-fixer-rule aligning vertical positions of class properties.

v1.0.0(1y ago)04MITPHPPHP &gt;=8.1.0

Since Oct 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/takutakuaoao/php-cs-fixer-align-property-rule)[ Packagist](https://packagist.org/packages/takutakuaoao/php-cs-fixer-align-property-rule)[ RSS](/packages/takutakuaoao-php-cs-fixer-align-property-rule/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

PHP-CS-Fixer customization rule for Aligning vertical of class properties.
==========================================================================

[](#php-cs-fixer-customization-rule-for-aligning-vertical-of-class-properties)

[![Latest Release](https://camo.githubusercontent.com/e6c47d20d12586f4af0c813d322a498a2183b5367ec51f422a31efb130cb7c22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f74616b7574616b75616f616f2f7068702d63732d66697865722d616c69676e2d70726f70657274792d72756c652e7376673f6c6162656c3d72656c6561736526736f72743d73656d766572)](https://github.com/takutakuaoao/php-cs-fixer-align-property-rule/releases/tag/)[![License](https://camo.githubusercontent.com/10194e0e38869de3d87c6c533d171f5a14b6d785cfccd03c989d7572f246015c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74616b7574616b75616f616f2f7068702d63732d66697865722d616c69676e2d70726f70657274792d72756c652e737667)](LICENSE)

This is the customization rule for the [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).

By using the rule, You can align vertical positions of class properties.

Demo
----

[](#demo)

[![demo](./images/demo.gif)](./images/demo.gif)

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

[](#installation)

- Using composer: `composer required-dev takutakuaoao/php-cs-fixer-align-property-rule`

Usage
-----

[](#usage)

In .php-cs-fixer.dist.php file, You need to add this rule.

```
