PHPackages                             vdlp/oc-glide-plugin - 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. vdlp/oc-glide-plugin

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

vdlp/oc-glide-plugin
====================

Allows developers to easily manipulate images in October CMS powered websites.

5.0.0(1mo ago)516.5k↓79.3%4GPL-2.0PHPPHP ^8.2CI failing

Since Jan 22Pushed 4w ago8 watchersCompare

[ Source](https://github.com/vdlp/oc-glide-plugin)[ Packagist](https://packagist.org/packages/vdlp/oc-glide-plugin)[ RSS](/packages/vdlp-oc-glide-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (10)Versions (15)Used By (0)

Vdlp.Glide
==========

[](#vdlpglide)

Glide is a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like Imgix and Cloudinary. Glide leverages powerful libraries like Intervention Image (for image handling and manipulation) and Flysystem (for file system abstraction).

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- PHP extensions:
    - ext-exif
- October 4.1.x or higher

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

[](#installation)

```
composer require vdlp/oc-glide-plugin

```

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

[](#configuration)

To configure this plugin execute the following command:

```
php artisan vendor:publish --provider="Vdlp\Glide\ServiceProviders\GlideServiceProvider" --tag="config"

```

This will create a `config/glide.php` file in your app where you can modify the configuration.

Modify the environment file by adding the following lines:

```
GLIDE_IMAGE_DRIVER="gd"
GLIDE_SIGN_KEY="[YOUR SIGN KEY HERE]"

```

> We recommend using a 128 character (or larger) signing key to prevent trivial key attacks. Consider using a package like [CryptoKey](https://github.com/AndrewCarterUK/CryptoKey) to generate a secure key.

For more details about the security and why a sign key is used, check [glide.thephpleague.com](https://glide.thephpleague.com/3.0/config/security/).

Add an url to your disk in the `config/filesystem.php` to display the images properly, for example:

```
    ...

    'disks' => [

        'local' => [
            'driver' => 'local',
            'root' => storage_path('app'),
+           'url' => 'storage/app/',
        ],

    ],

    ...
```

Example
-------

[](#example)

Here you can see some basic examples of how to use this plugin. Out of the box, the default configuration used is `main`.

```

```

Questions? Need help?
---------------------

[](#questions-need-help)

If you have any question about how to use this plugin, please don't hesitate to contact us at . We're happy to help you. You can also visit the support forum and drop your questions/issues there.

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 82.5% 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 ~268 days

Recently: every ~444 days

Total

11

Last Release

32d ago

Major Versions

1.1.0 → 2.0.02020-10-19

2.0.1 → 3.0.02021-07-06

3.2.0 → 4.0.02025-08-20

4.0.0 → 5.0.02026-06-02

PHP version history (5 changes)1.0.0PHP &gt;=7.1

2.0.1PHP ^7.1||^8.0

3.0.0PHP ^7.4 || ^8.0

4.0.0PHP ^8.0.2

5.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![adrenth](https://avatars.githubusercontent.com/u/5699988?v=4)](https://github.com/adrenth "adrenth (33 commits)")[![nathan-van-der-werf](https://avatars.githubusercontent.com/u/1123054?v=4)](https://github.com/nathan-van-der-werf "nathan-van-der-werf (2 commits)")[![sander-beenen](https://avatars.githubusercontent.com/u/2843816?v=4)](https://github.com/sander-beenen "sander-beenen (2 commits)")[![jacobdekeizer](https://avatars.githubusercontent.com/u/15017400?v=4)](https://github.com/jacobdekeizer "jacobdekeizer (1 commits)")[![JoshuaTerra](https://avatars.githubusercontent.com/u/15103656?v=4)](https://github.com/JoshuaTerra "JoshuaTerra (1 commits)")[![mrmaarek](https://avatars.githubusercontent.com/u/3919811?v=4)](https://github.com/mrmaarek "mrmaarek (1 commits)")

---

Tags

glideimage-processinglaravelmanipulationoctober-cmsoctobercmsoctobercms-pluginphpphpleague

### Embed Badge

![Health badge](/badges/vdlp-oc-glide-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vdlp-oc-glide-plugin/health.svg)](https://phpackages.com/packages/vdlp-oc-glide-plugin)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

437356.9k24](/packages/awcodes-filament-curator)[rainlab/pages-plugin

Pages plugin for October CMS

12253.8k4](/packages/rainlab-pages-plugin)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.6k1](/packages/rainlab-builder-plugin)

PHPackages © 2026

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