PHPackages                             eislambey/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. eislambey/double-quote-fixer

AbandonedArchivedLibrary

eislambey/double-quote-fixer
============================

Double quote fixer for PHP CS Fixer

v0.1.0(5y ago)31821MITPHP

Since Sep 17Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Unmaintained
============

[](#unmaintained)

This project is unmaintained. Use [gd-75/php-cs-fixer-enforce-double-quotes](https://github.com/gd-75/php-cs-fixer-enforce-double-quotes) instead

Double Quote Fixer
==================

[](#double-quote-fixer)

PHP CS Fixer rule for using double quotes. Code copied and edited from `single_quote` rule.

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

[](#installation)

```
composer require eislambey/double-quote-fixer --dev

```

Usage
-----

[](#usage)

```
PhpCsFixer\Config::create()
    ->setRiskyAllowed(true)
    ->registerCustomFixers([
        new \Islambey\Fixers\DoubleQuoteFixer(),
    ])
    ->setRules([
        "Islambey/double_quote" => ["strings_containing_double_quote_chars" => true],
    ]);
```

License
-------

[](#license)

The MIT License

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Unknown

Total

1

Last Release

2060d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/043e53bf04e96750240a3f6b52b71ff3c47542123a5c272b2cb7d6655b06b3b4?d=identicon)[eislambey](/maintainers/eislambey)

---

Top Contributors

[![eislambey](https://avatars.githubusercontent.com/u/10918436?v=4)](https://github.com/eislambey "eislambey (5 commits)")[![fozbek](https://avatars.githubusercontent.com/u/17993880?v=4)](https://github.com/fozbek "fozbek (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[kubawerlos/php-cs-fixer-custom-fixers

A set of custom fixers for PHP CS Fixer

23812.0M144](/packages/kubawerlos-php-cs-fixer-custom-fixers)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[ergebnis/php-cs-fixer-config

Provides a configuration factory and rule set factories for friendsofphp/php-cs-fixer.

692.9M162](/packages/ergebnis-php-cs-fixer-config)[slam/php-cs-fixer-extensions

Slam extension of friendsofphp/php-cs-fixer

68947.7k20](/packages/slam-php-cs-fixer-extensions)[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)[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

1091.3k7](/packages/redaxo-php-cs-fixer-config)

PHPackages © 2026

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