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)1549.3k↑126.4%[2 PRs](https://github.com/ChromaticHQ/php-gd-config-check/pulls)MITPHPPHP ^7.4 || ^8.0CI passing

Since Jan 16Pushed 7mo 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 2d 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

43

—

FairBetter than 89% of packages

Maintenance54

Moderate activity, may be stable

Popularity38

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

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

478d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/279278?v=4)[K Widholm](/maintainers/apotek)[@apotek](https://github.com/apotek)

![](https://avatars.githubusercontent.com/u/1349906?v=4)[Adam Zimmermann](/maintainers/adamzimmermann)[@adamzimmermann](https://github.com/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

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[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.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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