polymorph-project / simpleadmin-bundle
Admin generator for Symfony applications
Package info
github.com/polymorph-project/SimpleAdminBundle
Type:symfony-bundle
pkg:composer/polymorph-project/simpleadmin-bundle
Fund package maintenance!
v3.5.14
2021-11-16 07:04 UTC
Requires
- php: >=7.2.5
- ext-json: *
- doctrine/doctrine-bundle: ^1.12|^2.0
- doctrine/orm: ^2.6,>=2.6.3
- nikic/php-parser: ^4.3
- symfony/asset: ^4.4|^5.0
- symfony/cache: ^4.4|^5.0
- symfony/config: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/deprecation-contracts: ^2.0
- symfony/event-dispatcher: ^4.4|^5.0
- symfony/filesystem: ^4.4|^5.0
- symfony/form: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-foundation: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/polyfill-php73: ^1.13
- symfony/property-access: ^4.4|^5.0
- symfony/security-bundle: ^4.4|^5.0
- symfony/string: ^5.0
- symfony/translation: ^4.4|^5.0
- symfony/twig-bundle: ^4.4|^5.0
- symfony/uid: ^5.1
Requires (Dev)
- dama/doctrine-test-bundle: ^6.4
- doctrine/doctrine-fixtures-bundle: ^3.4
- psr/log: ~1.0
- symfony/browser-kit: ^4.4|^5.0
- symfony/css-selector: ^4.4|^5.0
- symfony/dom-crawler: ^4.4|^5.0
- symfony/phpunit-bridge: ^4.4|^5.0
Conflicts
- doctrine/dbal: <2.10
This package is auto-updated.
Last update: 2026-06-12 01:59:36 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
