PHPackages                             chromatic/php-gd-config-check - 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. chromatic/php-gd-config-check

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

chromatic/php-gd-config-check
=============================

Composer plugin to check for the presence and status of specified formats for the PHP GD library.

v1.1.0(1y ago)1494.5k↑349.4%[2 PRs](https://github.com/ChromaticHQ/php-gd-config-check/pulls)MITPHPPHP ^7.4 || ^8.0CI passing

Since Jan 16Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/ChromaticHQ/php-gd-config-check)[ Packagist](https://packagist.org/packages/chromatic/php-gd-config-check)[ RSS](/packages/chromatic-php-gd-config-check/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (8)Used By (0)

php-gd-config-check
===================

[](#php-gd-config-check)

[![Tests and Code Analysis](https://github.com/ChromaticHQ/php-gd-config-check/actions/workflows/ci.yml/badge.svg)](https://github.com/ChromaticHQ/php-gd-config-check/actions/workflows/ci.yml)

While it is possible to check for the presence of the GD plugin via `composer require ext-gd`, this does not ensure that specific format support is enabled. This Composer plugin allows you to specify a set of required formats for GD and will verify that they are enabled after `composer install` has run.

If these formats are not enabled, Composer will output the issue on the command line.

Configuration
-------------

[](#configuration)

This plugin ships with a default set of required formats that it checks for.

- FreeType
- JPEG
- PNG
- WebP

To override these defaults, include configuration in your `composer.json` file:

```
"extra": {
  "php-gd-config-check": {
      "required-formats": [
          "JPEG Support",
          "PNG Support"
      ]
}
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance59

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65% 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 ~157 days

Recently: every ~196 days

Total

6

Last Release

432d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c79ed427ad9adf5df59ee14ad97698d0f3266b8f6d569f473c6e21654c0a4910?d=identicon)[apotek](/maintainers/apotek)

![](https://www.gravatar.com/avatar/170e70c6dea76559e7cfc15812b47aa621ceb92d4c9c35290bd671203db8e6e7?d=identicon)[adamzimmermann](/maintainers/adamzimmermann)

![](https://www.gravatar.com/avatar/8e7fb531f9ea53cde7edac465cdb04324ba1d620db01d01220789d677667a8ac?d=identicon)[markdorison](/maintainers/markdorison)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![markdorison](https://avatars.githubusercontent.com/u/20355?v=4)](https://github.com/markdorison "markdorison (7 commits)")

### Embed Badge

![Health badge](/badges/chromatic-php-gd-config-check/health.svg)

```
[![Health](https://phpackages.com/badges/chromatic-php-gd-config-check/health.svg)](https://phpackages.com/packages/chromatic-php-gd-config-check)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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