jascha030/php-cs-config

Personal php-cs-fixer config

1.2.0 2022-07-13 19:42 UTC

This package is auto-updated.

Last update: 2024-05-13 23:36:05 UTC


README

Personal preference php-cs-fixer config file. Based on PSR-1, PSR-2 and the PhpCSFixer configuration sets.

Getting started

Prerequisites

  • php ^7.4||^8.0||^8.1
  • zsh

Installation

composer global require jascha030/php-cs-config

Usage

Installing this package globally will make the pcsconf shell command available. This command will copy the .php-cs-fixer.dist.php config file to your current working directory.

Credits

Mlocati's php-cs-fixer Configurator was used to create this config.