effiana / easyadmin-bundle
Admin generator for Symfony applications
Package info
github.com/Effiana/EasyAdminBundle
Type:symfony-bundle
pkg:composer/effiana/easyadmin-bundle
Fund package maintenance!
v2.3.0
2019-08-10 16:50 UTC
Requires
- php: ^7.1.3
- doctrine/common: ^2.8
- doctrine/doctrine-bundle: ^1.8
- doctrine/orm: ^2.6,>=2.6.3
- doctrine/persistence: ^1.0
- pagerfanta/pagerfanta: ~1.0,>=1.0.1|~2.0
- symfony/asset: ^4.2
- symfony/cache: ^4.2
- symfony/config: ^4.2
- symfony/dependency-injection: ^4.2
- symfony/doctrine-bridge: ^4.2
- symfony/event-dispatcher: ^4.2
- symfony/expression-language: ^4.2
- symfony/finder: ^4.2
- symfony/form: ^4.2
- symfony/framework-bundle: ^4.2
- symfony/http-foundation: ^4.2
- symfony/http-kernel: ^4.2
- symfony/polyfill-mbstring: ^1.7
- symfony/property-access: ^4.2
- symfony/security-bundle: ^4.2
- symfony/translation: ^4.2
- symfony/twig-bridge: ^4.2
- symfony/twig-bundle: ^4.2
- symfony/validator: ^4.2
- twig/extensions: ^1.5
- twig/twig: ^2.10
Requires (Dev)
- doctrine/data-fixtures: ^1.3
- doctrine/doctrine-fixtures-bundle: ^3.0
- psr/log: ~1.0
- symfony/browser-kit: ^4.2
- symfony/console: ^4.2
- symfony/css-selector: ^4.2
- symfony/dom-crawler: ^4.2
- symfony/phpunit-bridge: ^4.2
- symfony/var-dumper: ^4.2
- symfony/yaml: ^4.2
This package is auto-updated.
Last update: 2026-06-10 03:00:55 UTC
README
EasyAdmin creates administration backends for your Symfony applications with unprecedented simplicity.
Features
- CRUD operations on Doctrine entities (create, edit, list, delete).
- Full-text search, pagination and column sorting.
- Supports Symfony 4.1 or higher
- Translated into tens of languages.
- Fast, simple and smart where appropriate.
Requirements
- Symfony 4.1 or higher applications.
- Doctrine ORM entities (Doctrine ODM not supported).
- Entities with composite keys or using inheritance are not supported.
If your application uses a Symfony version older than 4.1, check out the 1.x version of this bundle which is compatible with Symfony 2.x, 3.x and 4.x.
Demo Application
easy-admin-demo is a complete Symfony application created to showcase EasyAdmin features.
License
This software is published under the MIT License
