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(8mo ago)93.1k—7.7%1MITPHPPHP ^8.2CI passing

Since Apr 2Pushed 8mo 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 2w 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

41

—

FairBetter than 87% of packages

Maintenance59

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

261d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[shopware/platform

The Shopware e-commerce core

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

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

8.5k6.0M777](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.4k1](/packages/kimai-kimai)

PHPackages © 2026

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