Skip to content

timacdonald/php-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opinionated styling rules for PHP-CS-Fixer

CI

These are the rules applied across my personal projects and open source packages.

Installation

You can install using composer from Packagist.

$ composer require timacdonald/php-style:dev-master --dev

Basic usage

In your .php_cs.dist config file...

<?php

// specify the paths to fix, as normal...

$finder = PhpCsFixer\Finder::create()
    ->in(__DIR__.'/src')
    ->in(__DIR__.'/tests');

// then call and return the following global function...

return TiMacDonald\styles($finder);

Thanksware

You are free to use this package, but I ask that you reach out to someone (not me) who has previously, or is currently, maintaining or contributing to an open source library you are using in your project and thank them for their work. Consider your entire tech stack: packages, frameworks, languages, databases, operating systems, frontend, backend, etc.

About

PHP-CS-Fixer rules for packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages