PHPackages                             bytescommerce/easy-admin-file-upload-field - 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. bytescommerce/easy-admin-file-upload-field

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

bytescommerce/easy-admin-file-upload-field
==========================================

Adds a new field to easyAdmin

1.0.3.1(5mo ago)92.4k↓50%1MITPHPPHP ^8.2CI passing

Since Apr 2Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/bytes-commerce/easyadmin-file-upload-field)[ Packagist](https://packagist.org/packages/bytescommerce/easy-admin-file-upload-field)[ Docs](https://github.com/bytes-commerce/easy-admin-file-upload-field)[ RSS](/packages/bytescommerce-easy-admin-file-upload-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (14)Versions (9)Used By (0)

[![BytesCommerce QA Pipeline](https://github.com/bytes-commerce/easyadmin-file-upload-field/actions/workflows/ci.yaml/badge.svg)](https://github.com/bytes-commerce/easyadmin-file-upload-field/actions/workflows/ci.yaml)

### Finally upload files via backend of EasyAdmin

[](#finally-upload-files-via-backend-of-easyadmin)

Long gone are the times where you cannot easily upload files trough an easy-admin backend CRUD controller!

Now with this little adaption its very easy to implement a file upload field in your EasyAdmin backend.

### How to use it

[](#how-to-use-it)

1. Install the package via composer

```
composer require bytescommerce/easy-admin-file-upload-field
```

2. Add a File Field to your EasyAdmin CRUD controller

```
use BytesCommerce\FileUploadField\Field\FileField;

yield FileField::new('filename', t('File'))
    ->setBasePath(sprintf('%s', File::BASE_FILE_PATH))
    ->setUploadDir(sprintf('public/%s', File::BASE_FILE_PATH))
    ->setUploadedFileNamePattern('[name].[extension]')
    ->setColumns('col-sm-12 col-md-6');
```

And you're done.

Proudly presented by [Bytes Commerce UG](https://www.bytes-commerce.de) ❇️

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance70

Regular maintenance activity

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95% 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 ~60 days

Total

5

Last Release

166d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.2

1.0.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ecc09b9aec2e66ff72e4e7f5565a150845eb4a47935ecfdeb81725cd392be60?d=identicon)[bytes-commerce](/maintainers/bytes-commerce)

---

Top Contributors

[![bytes-max](https://avatars.githubusercontent.com/u/6654389?v=4)](https://github.com/bytes-max "bytes-max (19 commits)")[![abdellahrk](https://avatars.githubusercontent.com/u/17084652?v=4)](https://github.com/abdellahrk "abdellahrk (1 commits)")

---

Tags

file-uploadeasyadmineasyadmin-bundlefile-upload-fieldeasycorp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bytescommerce-easy-admin-file-upload-field/health.svg)

```
[![Health](https://phpackages.com/badges/bytescommerce-easy-admin-file-upload-field/health.svg)](https://phpackages.com/packages/bytescommerce-easy-admin-file-upload-field)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

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

8.4k5.6M651](/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.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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