PHPackages                             funcphp/easyadmin-gallery - 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. funcphp/easyadmin-gallery

ActiveLibrary[Admin Panels](/categories/admin)

funcphp/easyadmin-gallery
=========================

Mosaic listing, drag and drop upload and more for EasyAdminBundle

0472[1 issues](https://github.com/emr/EasyAdminGalleryBundle/issues)HTML

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/emr/EasyAdminGalleryBundle)[ Packagist](https://packagist.org/packages/funcphp/easyadmin-gallery)[ RSS](/packages/funcphp-easyadmin-gallery/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Func/EasyAdminGalleryBundle
===========================

[](#funceasyadmingallerybundle)

Mosaic listing, drag and drop upload and more for EasyAdminBundle

[![Demo](https://raw.githubusercontent.com/funcphp/EasyAdminGalleryBundle/master/src/Func/EasyAdminGalleryBundle/Resources/doc/preview.gif)](https://raw.githubusercontent.com/funcphp/EasyAdminGalleryBundle/master/src/Func/EasyAdminGalleryBundle/Resources/doc/preview.gif)

- Mosaic / mason listing
- Drag and drop file upload and create records

install
-------

[](#install)

#### download repo via composer

[](#download-repo-via-composer)

```
composer require funcphp/easyadmin-gallery "dev-master"

```

#### enable bundle from `app/AppKernel.php`

[](#enable-bundle-from-appappkernelphp)

```
    $bundles = [
        ...
        new Func\EasyAdminGalleryBundle\FuncEasyAdminGalleryBundle(),
        ...
    ];
```

#### install assets

[](#install-assets)

```
php bin/console assets:install --symlink

```

usage
-----

[](#usage)

#### 1.

[](#1)

set your gallery entitiy controller as `Func\EasyAdminGalleryBundle\Controller\GalleryController`

or

use this trait in your **gallery admin controller**: `Func\EasyAdminGalleryBundle\Controller\Traits\ListMosaic`

#### 2.1. mosaic view

[](#21-mosaic-view)

```
easy_admin:
    entities:
        Gallery:
            class: AppBundle\Entity\Gallery # an entity
            controller: Func\EasyAdminGalleryBundle\Controller\GalleryController
            list:
                fields:

                    # thumbnail field
                    -
                        property: 'image'
                        type: 'image'
                        base_path: '%path.gallery%'
                        thumbnail: true ##

                    # thumbnail text field
                    -
                        property: 'title'
                        thumbnail_text: true ##

                    # other fields
                    - 'id'
                    - 'enabled'

                    ...
                ...
            ...
        ...
    ...
...
```

ready to mosaic listing.

#### 2.2. drag and drop upload

[](#22-drag-and-drop-upload)

set your gallery entitiy controller as `Func\EasyAdminGalleryBundle\Controller\GalleryController`

or

use this trait in your **gallery admin controller**: `Func\EasyAdminGalleryBundle\Controller\Traits\DragDrop`

```
easy_admin:
    entities:
        Gallery:
            class: AppBundle\Entity\Gallery # an entity
            controller: Func\EasyAdminGalleryBundle\Controller\GalleryController
            dragDrop:

                #backend values
                values:
                   #column: "value"
                    imageFile: "%%file%%"
                    title: "%%file.name%%"
                    enabled: true
                    description: "This record created by drag'n drop!"

                #frontend values
                fields:
                   #form fields to overwrite values
                    - 'enabled'
                    - 'description'

            list:
                fields:
                    ...
            form:
                fields:
                    ...
                ...
            ...
        ...
    ...
...
```

ready to drag and drop uploading.

todo list
---------

[](#todo-list)

- custom list action: mosaic / mason listing
- custom list action: drag and drop file upload and create records
- custom show action: gallery viewing - prev / curr / next
- custom edit action: drag and drop

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

easyadminbundlesymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/funcphp-easyadmin-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/funcphp-easyadmin-gallery/health.svg)](https://phpackages.com/packages/funcphp-easyadmin-gallery)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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