Download the PHP package wayofdev/cs-fixer-config without Composer
On this page you can find all versions of the php package wayofdev/cs-fixer-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wayofdev/cs-fixer-config
More information about wayofdev/cs-fixer-config
Files in wayofdev/cs-fixer-config
Download wayofdev/cs-fixer-config
More information about wayofdev/cs-fixer-config
Files in wayofdev/cs-fixer-config
Vendor wayofdev
Package cs-fixer-config
Short Description ๐งน Adds custom rule-sets to PHP CS Fixer for consistent coding standards.
License MIT
Homepage https://wayof.dev
Package cs-fixer-config
Short Description ๐งน Adds custom rule-sets to PHP CS Fixer for consistent coding standards.
License MIT
Homepage https://wayof.dev
Please rate this library. Is it a good library?
Informations about the package cs-fixer-config
# PHP CS Fixer Config Wrapper with pre-defined rules around the [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) package โ A tool to automatically fix PHP Coding Standards issues. This repository aims to provide a standardized way to apply coding standards across multiple projects, ensuring consistency and adherence to best practices. By using predefined rulesets, it simplifies the setup process and allows teams to quickly integrate PHP-CS-Fixer into their development workflow.
If you **like/use** this package, please consider โญ๏ธ **starring** it. Thanks!
## ๐ Custom Rulesets **** Based on **`@Symfony`** ruleset * Used by [`@wayofdev`](https://github.com/wayofdev) organization **`WayOfDev\PhpCsFixer\Config\RuleSets\ExtendedPERSet::class`** Based on **`@PER-CS2.0`** ruleset * Used by [`@buggregator`](https://github.com/buggregator) and [`@cycle`](http://github.com/cycle) organizations
## ๐ฟ Installation ### โ Using composer Require as dependency:
## ๐ Configuration ### โ Setup * Create PHP file and name it `.php-cs-fixer.dist.php` and place it inside root directory of project. It will be recognized by PHP CS Fixer automatically. * Example contents of `.php-cs-fixer.dist.php` file: ### โ Composer Script * Add `scripts` section to `composer.json`: ### โ Git * Place `.build` folder file into `.gitignore` ### โ Makefile * If you are using [`Makefile`](https://www.gnu.org/software/make/manual/make.html#Introduction), create a `Makefile` with a `lint-php` and `lint-diff` targets: Or, you can check for one of our pre-configured `Makefile` from any of these repositories:
## ๐ป Usage Fix coding standards by simply running console command: ### โ Directly ### โ Via Composer Script To use via composer script commands: * Fixes code to follow coding standards using php-cs-fixer: * Runs php-cs-fixer in dry-run mode and shows diff which will by applied: ### โ Using Makefile **To use with `Makefile`** * Fixes code to follow coding standards using php-cs-fixer: * Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
## ๐ Security Policy This project has a [security policy](.github/SECURITY.md).
## ๐ Want to Contribute? Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to: * ๐ค [Suggest a feature](https://github.com/wayofdev/php-cs-fixer-config/issues/new?assignees=&labels=type%3A+enhancement&projects=&template=2-feature-request.yml&title=%5BFeature%5D%3A+) * ๐ [Report an issue](https://github.com/wayofdev/php-cs-fixer-config/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=1-bug-report.yml&title=%5BBug%5D%3A+) * ๐ [Improve documentation](https://github.com/wayofdev/php-cs-fixer-config/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=4-docs-bug-report.yml&title=%5BDocs%5D%3A+) * ๐จโ๐ป Contribute to the code You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md). [](https://conventionalcommits.org)
## ๐ซก Contributors ## ๐ Social Links * **Twitter:** Follow our organization [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) and the author [@wlotyp](https://twitter.com/intent/follow?screen_name=wlotyp). * **Discord:** Join our community on [Discord](https://discord.gg/CE3TcCC5vr).
## ๐งฑ Resources * Full documentation about all fixers is available here - [PHP-CS-Fixer configuration UI](https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0) * The official [PHP-CS-Fixer documentation](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
## โ๏ธ License [](./LICENSE.md)
All versions of cs-fixer-config with dependencies
PHP Build Version
Package Version
The package wayofdev/cs-fixer-config contains the following files
Loading the files please wait ....