PHPackages                             pyaehein/laravellqip - 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. pyaehein/laravellqip

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

pyaehein/laravellqip
====================

LQIP Image handling for laravel.

v0.1.1(8y ago)122MITPHP

Since Jun 8Pushed 8y ago2 watchersCompare

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

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

PyaeHein / Laravel LQIP
=======================

[](#pyaehein--laravel-lqip)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f9818f8caf8ef99dd0717f8cf1fa3ebfa8bc6de753aaaf01a61a5b0ab4b09fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707961656865696e2f6c61726176656c6c7169702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pyaehein/laravellqip)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/f993b7429f43e11bcb7f19142d695eca70037959af4712fd187eae24dde45747/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707961656865696e2f6c61726176656c6c7169702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pyaehein/laravellqip)

Laravel LQIP package, which includes:

- low quality image auto creating ;
- replace src with lazysize

Install on Laravel 5.4
----------------------

[](#install-on-laravel-54)

1. Run in your terminal:

```
$ composer require pyaehein/laravellqip
```

2. Add the service providers in config/app.php:

```
PyaeHein\LQIP\LQIPServiceProvider::class,
```

3. Then run a few commands in the terminal:

```
$ php artisan vendor:publish
```

4. Add the script in your blade's head

```

```

```

	.blur-up {
		-webkit-filter: blur(25px);
		filter: blur(25px);
		transition: filter 400ms, -webkit-filter 400ms;
	}

	.blur-up.lazyloaded {
		-webkit-filter: blur(0);
		filter: blur(0);
	}

```

5. Apply your image like this

```

```

6. Add storage disk at filesystems.php

```
'lqip' => [
            'driver' => 'local',
            'root' => public_path('uploads/images')
        ],
```

7. Change your lqip config at config/lqip.php

```
return [

    'path' => 'uploads/images',

    'disk' => 'lqip',

    'prefix' => '_lqip',

    'format' => 'jpg',

    'blur' => '99', // 0 to 100

    'quality' => '1' // 0 to 100

];
```

Remember
--------

[](#remember)

Config file's 'path' is used for Image Library Intervention to auto create lqip image. Because, it doesn't support laravel's filesystem. So, your lqip image can be create only in your public folder :(

Note
----

[](#note)

I just make it for my project requirement. So, it can't be match like what u want.

Credits
-------

[](#credits)

- [Pyae Hein](https://github.com/pyaehein)
- [All Contributors](../../contributors)

License
-------

[](#license)

Laravel LQIP is free for non-commercial use.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

3262d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67f282218731c5db1e5cd6cab9071570129995875d8348ff2d9fdcc01c3a27cd?d=identicon)[nnieheayp](/maintainers/nnieheayp)

---

Tags

laravelimagelqip

### Embed Badge

![Health badge](/badges/pyaehein-laravellqip/health.svg)

```
[![Health](https://phpackages.com/badges/pyaehein-laravellqip/health.svg)](https://phpackages.com/packages/pyaehein-laravellqip)
```

###  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)[joshembling/image-optimizer

Optimize your Filament images before they reach your database.

111145.4k12](/packages/joshembling-image-optimizer)[rolandstarke/laravel-thumbnail

Laravel Thumbnail generator

52140.6k](/packages/rolandstarke-laravel-thumbnail)[danihidayatx/image-optimizer

Optimize your Filament images before they reach your database. Forked from joshembling/image-optimizer for Filament v4 &amp; v5 support.

254.4k](/packages/danihidayatx-image-optimizer)

PHPackages © 2026

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