PHPackages                             frozzare/wp-glide - 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. frozzare/wp-glide

ActiveWordpress-plugin[Image &amp; Media](/categories/media)

frozzare/wp-glide
=================

Simple integration of Glide with WordPress

v1.0.0(10y ago)185.3k2[1 issues](https://github.com/wpup/glide/issues)MITPHPPHP ^5.5.9 || ^7.0

Since Mar 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/wpup/glide)[ Packagist](https://packagist.org/packages/frozzare/wp-glide)[ Docs](https://github.com/frozzare/wp-glide)[ RSS](/packages/frozzare-wp-glide/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

WP Glide
========

[](#wp-glide)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Simple integration of [Glide](http://glide.thephpleague.com/) with WordPress.

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

[](#installation)

```
composer require frozzare/wp-glide

```

Documentation
-------------

[](#documentation)

Default url path is `/img/`. So just change `/wp-content/uploads/` to `/img/` to use Glide.

For example:

```
Before: http://local.wordpress.dev/wp-content/uploads/2015/11/stf01381_1600x800.jpg
After:  http://local.wordpress.dev/img/2015/11/stf01381_1600x800.jpg

```

You can change the upload url path with `pre_option_upload_url_path` filter.

```
add_filter( 'pre_option_upload_url_path', function () {
  return site_url( '/img' );
} );
```

The base path can be changed with `glide/base_url` filter. To change any options for Glide you can do it with `glide/options` filter. The default options in WP Glide is:

```
'source'   => WP_CONTENT_DIR . '/uploads',
'cache'    => WP_CONTENT_DIR . '/cache/glide',
'base_url' => '/img/'
```

For more options see [Glide setup](http://glide.thephpleague.com/1.0/config/setup/).

Coding style
------------

[](#coding-style)

You can check if your contribution passes the styleguide by installing [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and running the following in your WP Glide directory:

```
vendor/bin/phpcs -s --extensions=php --standard=phpcs.xml src/

```

License
-------

[](#license)

MIT © [Fredrik Forsmo](https://github.com/frozzare)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3755d ago

### Community

Maintainers

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

---

Top Contributors

[![frozzare](https://avatars.githubusercontent.com/u/14610?v=4)](https://github.com/frozzare "frozzare (12 commits)")

---

Tags

wordpressimagesglide

### Embed Badge

![Health badge](/badges/frozzare-wp-glide/health.svg)

```
[![Health](https://phpackages.com/badges/frozzare-wp-glide/health.svg)](https://phpackages.com/packages/frozzare-wp-glide)
```

###  Alternatives

[humanmade/gaussholder

Fast and lightweight image previews for WordPress

196120.0k](/packages/humanmade-gaussholder)[mindkomm/timmy

Advanced image manipulation for Timber.

17737.1k](/packages/mindkomm-timmy)[wp-media/imagify-plugin

Image optimization plugin for WordPress by WP Media.

8065.3k](/packages/wp-media-imagify-plugin)[trntv/yii2-glide

Yii2 Glide Extension

41273.6k9](/packages/trntv-yii2-glide)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4923.6k5](/packages/ralphjsmit-laravel-glide)[mia/statamic-image-renderer

113.2k](/packages/mia-statamic-image-renderer)

PHPackages © 2026

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