PHPackages                             daikazu/filament-lightbox - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. daikazu/filament-lightbox

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

daikazu/filament-lightbox
=========================

This is my package filament-lightbox

v2.2.0(1mo ago)2769↓33.3%MITPHPPHP ^8.2CI passing

Since Jun 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/daikazu/filament-lightbox)[ Packagist](https://packagist.org/packages/daikazu/filament-lightbox)[ Docs](https://github.com/daikazu/filament-lightbox)[ GitHub Sponsors]()[ RSS](/packages/daikazu-filament-lightbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (32)Versions (11)Used By (0)

  ![Logo for Lightbox for Filament PHP](art/header-light.png)[![Latest Version on Packagist](https://camo.githubusercontent.com/ee7b66409c9ee2f73ef36ca69ed73a234f87e945153c57194bb6159031135435/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461696b617a752f66696c616d656e742d6c69676874626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daikazu/filament-lightbox)[![GitHub Tests Action Status](https://camo.githubusercontent.com/08110dbd8d55c44a68566f5e38c34c49b5c70be90e0a9b988b34f2818e39fb34/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6461696b617a752f66696c616d656e742d6c69676874626f782f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/daikazu/filament-lightbox/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a330707f4df0e332119c1f119eb89e6cf017cce6b307580064ed344db71fc0a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6461696b617a752f66696c616d656e742d6c69676874626f782f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/daikazu/filament-lightbox/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c7c749488716a14ccfd20ddeef90aab38a9e5f31d05625a8a9f135a1381edc03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461696b617a752f66696c616d656e742d6c69676874626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daikazu/filament-lightbox)

Lightbox for Filament PHP
=========================

[](#lightbox-for-filament-php)

Lightbox to preview images in Filament PHP Tables and Information Panels that uses [fslightbox.js](https://fslightbox.com).

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

[](#requirements)

- PHP 8.2+
- Laravel 11.x or 12.x
- Filament 4.x or 5.x

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

[](#installation)

You can install the package via composer:

```
composer require daikazu/filament-lightbox
```

Usage
-----

[](#usage)

```
public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(LightBoxPlugin::make())
}
```

```
\Filament\Tables\Columns\ImageColumn::make('image')
                    ->lightbox()
```

```
\Filament\Tables\Columns\TextColumn::make('pdf_url')
                    ->lightbox("Your Url address"),
```

```
\Filament\Infolists\Components\ImageEntry::make('image')
                    ->lightbox()
```

```
\Filament\Infolists\Components\TextEntry::make('text')
                    ->lightbox("Your Url address")
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mike Wall](https://github.com/daikazu)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.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 ~160 days

Total

5

Last Release

51d ago

Major Versions

v1.0.1 → v2.0.02025-09-16

PHP version history (2 changes)v1.0.0PHP ^8.2

v2.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4039367?v=4)[Mike Wall](/maintainers/daikazu)[@daikazu](https://github.com/daikazu)

---

Top Contributors

[![daikazu](https://avatars.githubusercontent.com/u/4039367?v=4)](https://github.com/daikazu "daikazu (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelfilament-lightboxdaikazuMike Wall

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/daikazu-filament-lightbox/health.svg)

```
[![Health](https://phpackages.com/badges/daikazu-filament-lightbox/health.svg)](https://phpackages.com/packages/daikazu-filament-lightbox)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[solution-forest/filament-simplelightbox

This is my package filament-simplelightbox

6281.0k1](/packages/solution-forest-filament-simplelightbox)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)

PHPackages © 2026

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