PHPackages                             rojtjo/lumen-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. rojtjo/lumen-glide

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

rojtjo/lumen-glide
==================

Easily integrate Glide with the Lumen micro-framework

0.2.0(7y ago)031MITPHPPHP &gt;=5.3.0

Since Dec 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rojtjo/lumen-glide)[ Packagist](https://packagist.org/packages/rojtjo/lumen-glide)[ Docs](https://github.com/rojtjo/lumen-glide)[ RSS](/packages/rojtjo-lumen-glide/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

lumen-glide
===========

[](#lumen-glide)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6719be3f93f3ca207c79f333b23f1afb1518ad5fbca05564537a537c49c6f7d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f526f6a746a6f2f6c756d656e2d676c6964652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Rojtjo/lumen-glide)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/7630462f72a449111a4bfa02fce3c17dc9543e8510b60dcbd533a2cd29267b38/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f526f6a746a6f2f6c756d656e2d676c6964652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Rojtjo/lumen-glide)[![Coverage Status](https://camo.githubusercontent.com/c111da5382e6e3bc18d8a02cfe4ac9919c21e98a7c59ac5d0f48e75728548bac/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f526f6a746a6f2f6c756d656e2d676c6964652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Rojtjo/lumen-glide/code-structure)[![Quality Score](https://camo.githubusercontent.com/538fff62fe41189365167fc51003e74592147b1d85d9f3be7a364417b0a1dad4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f526f6a746a6f2f6c756d656e2d676c6964652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Rojtjo/lumen-glide)[![Total Downloads](https://camo.githubusercontent.com/f4522050f02e937713c666f018ae51211787c3882be6d6b91189406b0e654844/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f526f6a746a6f2f6c756d656e2d676c6964652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Rojtjo/lumen-glide)

Easily integrate Glide with the Lumen micro-framework.

Install
-------

[](#install)

Via Composer

```
$ composer require rojtjo/lumen-glide
```

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

[](#configuration)

Configuration can be done in multiple ways.

### First method

[](#first-method)

Copy the config file from `{package_dir}/config/glide.php` to `config/glide` and update it with your own values.

### Second method

[](#second-method)

Update the container bindings.

```
// Example configure GridFS.
$app->bind('glide.source', function($app) {
    $gridFS = ...
    return new League\Flysystem\Filesystem(
        new League\Flysystem\GridFS\GridFSAdapter($gridFS)
    );
});
```

Usage
-----

[](#usage)

Register the service provider.

```
// bootstrap/app.php
$app->register(Rojtjo\LumenGlide\GlideServiceProvider::class);
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Roj Vroemen](https://github.com/Rojtjo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~637 days

Total

3

Last Release

2581d ago

### Community

Maintainers

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

---

Top Contributors

[![rojtjo](https://avatars.githubusercontent.com/u/1123887?v=4)](https://github.com/rojtjo "rojtjo (14 commits)")[![1allen](https://avatars.githubusercontent.com/u/597599?v=4)](https://github.com/1allen "1allen (1 commits)")

---

Tags

rojtjolumen-glide

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rojtjo-lumen-glide/health.svg)

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

###  Alternatives

[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4923.6k5](/packages/ralphjsmit-laravel-glide)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M161](/packages/intervention-image-laravel)[justbetter/statamic-image-optimize

Image optimization after upload

1318.4k](/packages/justbetter-statamic-image-optimize)

PHPackages © 2026

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