PHPackages                             krzysztofrewak/php-cs-double-quote-fixer - 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. krzysztofrewak/php-cs-double-quote-fixer

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

krzysztofrewak/php-cs-double-quote-fixer
========================================

Convert single quotes to double quotes for simple strings.

1.0.1(5y ago)01.1kMITPHPPHP ^7.3|^8.0

Since Sep 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/krzysztofrewak/php-cs-double-quote-fixer)[ Packagist](https://packagist.org/packages/krzysztofrewak/php-cs-double-quote-fixer)[ RSS](/packages/krzysztofrewak-php-cs-double-quote-fixer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

About
-----

[](#about)

PhpCsFixer's fixer to convert single quotes to double quotes for simple strings.

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

[](#installation)

Install package: `composer require krzysztofrewak/php-cs-double-quote-fixer --dev`

Add in `ecs.php` configuration file:

```
return static function (ContainerConfigurator $containerConfigurator): void {
    $services = $containerConfigurator->services();
    $service = $services->set(\KrzysztofRewak\PhpCsFixer\DoubleQuoteFixer\DoubleQuoteFixer::class);
};
```

### Thanks

[](#thanks)

Thanks for Marcel Pociot for his DoubleQuoteFixer:

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~87 days

Total

2

Last Release

1986d ago

PHP version history (2 changes)1.0.0PHP ^7.3

1.0.1PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1510fdd451ceac1e63932de54f75090327040d34363b259221626fb185a7c613?d=identicon)[krzysztofrewak](/maintainers/krzysztofrewak)

---

Top Contributors

[![krzysztofrewak](https://avatars.githubusercontent.com/u/10898728?v=4)](https://github.com/krzysztofrewak "krzysztofrewak (4 commits)")

---

Tags

php-cs-fixerdouble quotes

### Embed Badge

![Health badge](/badges/krzysztofrewak-php-cs-double-quote-fixer/health.svg)

```
[![Health](https://phpackages.com/badges/krzysztofrewak-php-cs-double-quote-fixer/health.svg)](https://phpackages.com/packages/krzysztofrewak-php-cs-double-quote-fixer)
```

###  Alternatives

[stechstudio/laravel-php-cs-fixer

Easily format your Laravel Code with this Configuration file and accompanying artisan command.

146718.6k2](/packages/stechstudio-laravel-php-cs-fixer)[typo3/coding-standards

A set of coding guidelines for any TYPO3-related project or extension

662.8M379](/packages/typo3-coding-standards)[jubeki/laravel-code-style

Combine Custom Fixers with the ruleset of Laravel Pint to fix your code style in Laravel Applications/Packages.

56521.7k8](/packages/jubeki-laravel-code-style)[stevebauman/unfinalize

Permanently remove final keywords from vendor packages.

14423.1k](/packages/stevebauman-unfinalize)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
