smokezp / easyadmin-bundle
Admin generator for Symfony applications
Package info
github.com/smokezp/EasyAdminBundle
Type:symfony-bundle
pkg:composer/smokezp/easyadmin-bundle
Fund package maintenance!
v2.3.5
2020-01-18 15:07 UTC
Requires
- php: ^7.1.3
- doctrine/common: ^2.8
- doctrine/doctrine-bundle: ^1.8|^2.0
- doctrine/orm: ^2.6.3
- doctrine/persistence: ^1.3.4
- pagerfanta/pagerfanta: ^1.0.1|^2.0
- symfony/asset: ^4.2|^5.0
- symfony/cache: ^4.2|^5.0
- symfony/config: ^4.2|^5.0
- symfony/dependency-injection: ^4.2|^5.0
- symfony/doctrine-bridge: ^4.2|^5.0
- symfony/event-dispatcher: ^4.2|^5.0
- symfony/expression-language: ^4.2|^5.0
- symfony/finder: ^4.2|^5.0
- symfony/form: ^4.2|^5.0
- symfony/framework-bundle: ^4.2|^5.0
- symfony/http-foundation: ^4.2|^5.0
- symfony/http-kernel: ^4.3.7|^5.0
- symfony/polyfill-mbstring: ^1.7
- symfony/property-access: ^4.2|^5.0
- symfony/security-bundle: ^4.2|^5.0
- symfony/translation: ^4.2|^5.0
- symfony/twig-bridge: ^4.2|^5.0
- symfony/twig-bundle: ^4.2|^5.0
- symfony/validator: ^4.2|^5.0
- twig/twig: ^2.11.3|^3.0
Requires (Dev)
- doctrine/data-fixtures: ^1.3
- doctrine/doctrine-fixtures-bundle: ^3.0
- psr/log: ~1.0
- symfony/browser-kit: ^4.2|^5.0
- symfony/console: ^4.2|^5.0
- symfony/css-selector: ^4.2|^5.0
- symfony/dom-crawler: ^4.2|^5.0
- symfony/phpunit-bridge: ^4.3.5|^5.0
- symfony/var-dumper: ^4.2|^5.0
- symfony/yaml: ^4.2|^5.0
This package is auto-updated.
Last update: 2026-05-24 05:51:28 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.
Versions
- 1.x version: no longer maintained. Recommended only for legacy projects using a Symfony version prior to 4.1;
- 2.x version: the current stable version. Recommended for all projects using Symfony 4.1 or newer;
- 3.x version: it's still in early development. Don't use it in any project yet.
Demo Application
easy-admin-demo is a complete Symfony application created to showcase EasyAdmin features.
License
This software is published under the MIT License
