PHPackages                             tourze/easy-admin-image-preview-field-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. tourze/easy-admin-image-preview-field-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

tourze/easy-admin-image-preview-field-bundle
============================================

EasyAdmin image preview field with modal support

1.0.0(8mo ago)01.2k2MITPHPCI passing

Since Oct 31Pushed 6mo agoCompare

[ Source](https://github.com/tourze/easy-admin-image-preview-field-bundle)[ Packagist](https://packagist.org/packages/tourze/easy-admin-image-preview-field-bundle)[ RSS](/packages/tourze-easy-admin-image-preview-field-bundle/feed)WikiDiscussions master Synced today

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

EasyAdminImagePreviewFieldBundle
================================

[](#easyadminimagepreviewfieldbundle)

[English](README.md) | [中文](README.zh-CN.md)

EasyAdmin bundle providing image preview fields with modal support.

Usage
-----

[](#usage)

```
use Tourze\EasyAdminImagePreviewFieldBundle\Field\ImagePreviewField;

public function configureFields(string $pageName): iterable
{
    // Basic usage
    yield ImagePreviewField::new('url', 'Image');

    // Custom configuration
    yield ImagePreviewField::new('imageUrl', 'Preview')
        ->setWidthProperty('imageWidth')    // default: 'width'
        ->setHeightProperty('imageHeight')  // default: 'height'
        ->setFilenameProperty('originalName') // default: 'fileName'
        ->setMaxSize(120, 80)              // list view size
        ->setDetailMaxSize(400, 300);      // detail view size
}
```

Features
--------

[](#features)

- **List view**: Small thumbnails with modal preview on click
- **Detail view**: Larger preview images with "open in new window" link
- **Configurable**: Customize property names and sizes
- **Responsive**: Modal closes on click/ESC key

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance64

Regular maintenance activity

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

247d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13899502?v=4)[tourze](/maintainers/tourze)[@tourze](https://github.com/tourze)

---

Top Contributors

[![tourze](https://avatars.githubusercontent.com/u/13899502?v=4)](https://github.com/tourze "tourze (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tourze-easy-admin-image-preview-field-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tourze-easy-admin-image-preview-field-bundle/health.svg)](https://phpackages.com/packages/tourze-easy-admin-image-preview-field-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)

PHPackages © 2026

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