Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Php Cs Fixer Laravel Package

friendsofphp/php-cs-fixer

PHP CS Fixer automatically fixes PHP code to match coding standards. Use built-in rule sets like @PER-CS, @Symfony, or @PhpCsFixer, or define your own config. Helps modernize code for newer PHP and PHPUnit. Supports PHP 7.4–8.5.

View on GitHub
Deep Wiki
Context7
v3.94.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.94.1...v3.94.2

v3.94.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.94.0...v3.94.1

v3.94.0

JACKPOT 7️⃣7️⃣7️⃣7️⃣! Yes, parallel runner was available for a while, but was marked as experimental feature. Not anymore! Even better: we made it the default runner now 🥳! It's great opportunity to share your stories about performance boost you got in your QA processes - let us know how parallel runner impacted your workflows, pipelines and day-to-day tasks 😁.

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.93.1...v3.94.0

v3.93.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.93.0...v3.93.1

v3.93.0

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.5...v3.93.0

v3.92.5

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.4...v3.92.5

v3.92.4

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.3...v3.92.4

v3.92.3

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.2...v3.92.3

v3.92.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.1...v3.92.2

v3.92.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.0...v3.92.1

v3.92.0

We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly, @mlocati requests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.

Back to the present, Fixer now can dynamically change its configured behaviour either by using [@php-cs-fixer-ignore](https://github.com/php-cs-fixer-ignore), or by implementing RuleCustomisationPolicyInterface and using it via ->setRuleCustomisationPolicy() in config file 💥!

You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.91.3...v3.92.0

v3.91.3

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.91.2...v3.91.3

  • Revert "feat: Symfony - add stringable_for_to_string to set" (#9268)
v3.91.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.91.1...v3.91.2

v3.91.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.91.0...v3.91.1

v3.91.0

PHP 8.5 officially supported 🎉

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.90.0...v3.91.0

v3.90.0

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.2...v3.90.0

v3.89.2

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.1...v3.89.2

v3.89.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.0...v3.89.1

v3.89.0

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0

v3.88.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.1...v3.88.2

v3.88.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.0...v3.88.1

v3.88.0

Fixer Team is more than happy to announce that @gharlan joined us as a maintainer and puts awesome effort when it comes to providing changes, reviewing PRs and other activities 🎉! Can we get a YEAH?

Full list of changes can be found below, but we would really like to emphasise some of them:

In addition, starting with v3.88.2, you can also:

  • expand set description to see nested rules, e.g. php-cs-fixer describe [@auto](https://github.com/auto) --expand
  • describe configured set that is in use (e.g. from config file), e.g. php-cs-fixer describe [@] [--expand]

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.2...v3.88.0

v3.87.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.1...v3.87.2

v3.87.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.0...v3.87.1

v3.87.0

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.86.0...v3.87.0

v3.86.0

What's Changed

New Contributors

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0

v3.85.0

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.84.0...v3.85.0

v3.84.0

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.83.0...v3.84.0

v3.83.0

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0

v3.82.2

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.1...v3.82.2

v3.82.1

What's Changed

Full Changelog: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.0...v3.82.1

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport