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. [Image &amp; Media](/categories/media)
4. /
5. wpessential/wpessential-images

ActiveLibrary[Image &amp; Media](/categories/media)

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 yesterday

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

27

—

LowBetter than 47% of packages

Maintenance42

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

471d ago

Major Versions

1.0.0 → 2.02024-09-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24288930?v=4)[WPEssential](/maintainers/WPEssential)[@wpessential](https://github.com/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)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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