PHPackages                             wpessential/wpessential-images - 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. wpessential/wpessential-images

ActiveLibrary

wpessential/wpessential-images
==============================

WPEssential Images helping for the images registry in WordPress.

2.0.2(1y ago)0271GPL-3.0-or-laterPHPPHP &gt;=7.4CI failing

Since Aug 7Pushed 1y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (5)Used By (1)

WPEssential Images
==================

[](#wpessential-images)

Help to register the images in WordPress.

`composer require wpessential/wpessential-images`

Add the single image to WordPress registry

```
$prefix ='wpe';
$images = \WPEssential\Library\Images::make( $prefix );
$images->add([
	'size'  => [ 'w' => 1980, 'h' => 9999 ],
	'croup' => true
]);
$images->init();
```

Add the multiple images to WordPress registry

```
$prefix ='wpe';
$images = \WPEssential\Library\Images::make( $prefix );
$images->add([
	[
		'size'  => [ 'w' => 1920, 'h' => 1080 ],
		'croup' => true
	],
	[
		'size'  => [ 'w' => 1980, 'h' => 9999 ],
		'croup' => true
	]
]);
$images->init();
```

Remove the single image from WordPress registry

```
$prefix ='wpe';
$images = \WPEssential\Library\Images::make( $prefix );
$images->remove('1920x1080');
$images->init();
```

Remove the multiple image from WordPress registry

```
$prefix ='wpe';
$images = \WPEssential\Library\Images::make( $prefix );
$images->remove(['1920x1080']);
$images->init();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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 ~74 days

Total

4

Last Release

424d ago

Major Versions

1.0.0 → 2.02024-09-09

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wpessential-wpessential-images/health.svg)

```
[![Health](https://phpackages.com/badges/wpessential-wpessential-images/health.svg)](https://phpackages.com/packages/wpessential-wpessential-images)
```

PHPackages © 2026

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