PHPackages                             ycs77/laravel-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. ycs77/laravel-glide

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

ycs77/laravel-glide
===================

Glide image manipulation for Laravel.

v2.0.1(4y ago)066MITPHPPHP ^8.0.2

Since Jun 1Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ycs77/laravel-glide)[ Packagist](https://packagist.org/packages/ycs77/laravel-glide)[ Docs](https://github.com/ycs77/laravel-glide)[ RSS](/packages/ycs77-laravel-glide/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (4)Versions (7)Used By (0)

Glide for Laravel
=================

[](#glide-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/acbfce345dabd7a8584171904d850b0c0496fb7dcea3efeb32fd1b3665ab8620/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79637337372f6c61726176656c2d676c6964653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ycs77/laravel-glide)[![Software License](https://camo.githubusercontent.com/c090e080484e2a2bc766446291d04437db823929042bf614b26a1643660ddf6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e3f7374796c653d666c61742d737175617265)](LICENSE.md)[![Style CI Build Status](https://camo.githubusercontent.com/754faa30ccf6c367bd432513b7b74a44e0306da7c58e35e4ec41d083a5e677e1/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3236383536313731312f736869656c643f7374796c653d666c61742d737175617265)](https://github.styleci.io/repos/268561711)[![Total Downloads](https://camo.githubusercontent.com/c9014a6477f80322a866def7adc1deb5ad28be789f7e0ed609e45617a29e175f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79637337372f6c61726176656c2d676c6964653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ycs77/laravel-glide)

[Glide image manipulation](https://github.com/thephpleague/glide) for Laravel.

Install
-------

[](#install)

Via Composer install:

```
composer require ycs77/laravel-glide
```

Publish config:

```
php artisan vendor:publish --provider="Ycs77\LaravelGlide\GlideServiceProvider"
```

Set the Glide route:

*routes/web.php*

```
use Ycs77\LaravelGlide\Facades\Glide;

// Other routes ...

Glide::route();
```

Usage
-----

[](#usage)

```
glide_url('avatar/user01-avatar.png', [
    'w' => '50',
    'h' => '50',
    'fit' => 'crop',
]);

// https://example.test/img/avatar/user01-avatar.png/sds4d524g.../sd2g4e1drf2g...img.jpg?w=50&h=50&fit=crop
```

Or use Facade:

```
use Ycs77\LaravelGlide\Facades\Glide;

Glide::url('avatar/user01-avatar.png', [
    'w' => '50',
    'h' => '50',
    'fit' => 'crop',
]);

// https://example.test/img/avatar/user01-avatar.png/sds4d524g.../sd2g4e1drf2g...img.jpg?w=50&h=50&fit=crop
```

Full documation visit: .

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

5

Last Release

1489d ago

Major Versions

1.x-dev → v2.0.02022-04-13

### Community

Maintainers

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

---

Top Contributors

[![ycs77](https://avatars.githubusercontent.com/u/38133356?v=4)](https://github.com/ycs77 "ycs77 (13 commits)")

---

Tags

laravelimagemanipulationglide

### Embed Badge

![Health badge](/badges/ycs77-laravel-glide/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[admad/cakephp-glide

CakePHP plugin for using Glide image manipulation library.

34160.7k1](/packages/admad-cakephp-glide)

PHPackages © 2026

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