PHPackages                             pboivin/flou-laravel - 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. pboivin/flou-laravel

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

pboivin/flou-laravel
====================

PHP image lazy loading toolbox for prototypes and static sites.

v0.2.0(3y ago)058MITPHPPHP &gt;=8.0

Since Aug 5Pushed 3y agoCompare

[ Source](https://github.com/pboivin/flou-laravel)[ Packagist](https://packagist.org/packages/pboivin/flou-laravel)[ Docs](https://github.com/pboivin/flou)[ RSS](/packages/pboivin-flou-laravel/feed)WikiDiscussions main Synced 1mo ago

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

flou-laravel
============

[](#flou-laravel)

[![Build Status](https://github.com/pboivin/flou-laravel/workflows/tests/badge.svg)](https://github.com/pboivin/flou-laravel/actions)[![Latest Stable Version](https://camo.githubusercontent.com/4ce9fb0996a79620b7bc02f82e8abfa8da22948c96105589cf235f3ab04d8f3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70626f6976696e2f666c6f752d6c61726176656c)](https://packagist.org/packages/pboivin/flou-laravel)[![License](https://camo.githubusercontent.com/327dd53d83decead333dc0b939789d8219b5bc962915b65673093b0d1e70374a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f70626f6976696e2f666c6f752d6c61726176656c)](https://packagist.org/packages/pboivin/flou-laravel)

This package provides [Laravel](https://github.com/laravel/laravel) integration for [Flou](https://github.com/pboivin/flou) — a PHP project optimized to quickly implement image lazy loading on prototypes and static sites, using a local folder of source images.

**Requirements:**

- PHP &gt;= 8.0
- Laravel &gt;= 9.0

Installing
----------

[](#installing)

The package can be installed via Composer:

```
composer require pboivin/flou-laravel

```

Getting Started
---------------

[](#getting-started)

First, publish the configuration file:

```
php artisan vendor:publish --tag=flou-config

```

Edit `config/flou.php` to match your project's configuration.

From there, you can use all features through the `Flou` facade. For example:

```
{!! Flou::imageSet([
        'image' => 'my-image.jpg',
        'widths' => [400, 800, 1200, 1600],
        'formats' => ['webp', 'jpg'],
    ])
    ->render()
    ->picture(['class' => 'my-image', 'alt' => 'Lorem ipsum']);
!!}
```

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

[](#documentation)

You'll find all available features and examples in the [Flou documentation](https://github.com/pboivin/flou/blob/main/README.md).

License
-------

[](#license)

Flou is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Every ~194 days

Total

2

Last Release

1183d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

imagelaravellazyloadlqipphpresponsivelaravelimageslazyloadingglidelqip

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pboivin-flou-laravel/health.svg)

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

###  Alternatives

[silvanite/nova-field-cloudinary

A Laravel Nova Image Field with Flysystem Adapter for storing and retrieving media from Cloudinary

2772.0k3](/packages/silvanite-nova-field-cloudinary)[okipa/laravel-medialibrary-ext

Extra features for spatie/laravel-medialibrary package.

1011.2k](/packages/okipa-laravel-medialibrary-ext)

PHPackages © 2026

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