umbrella2 / admin-bundle
Umbrella Admin Symfony bundle.
Fund package maintenance!
acantepie
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 134
Watchers: 11
Forks: 17
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- ext-ctype: *
- ext-iconv: *
- ext-json: *
- doctrine/dbal: ^3.9.4
- doctrine/doctrine-bundle: ^2.13.2
- doctrine/orm: ^3.3.2
- knplabs/knp-time-bundle: ^2.4
- symfony/asset: ^6.4|^7.0
- symfony/config: ^6.4|^7.0
- symfony/console: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/event-dispatcher: ^6.4|^7.0
- symfony/filesystem: ^6.4|^7.0
- symfony/form: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
- symfony/http-foundation: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfony/mailer: ^6.4|^7.0
- symfony/maker-bundle: ^1.36
- symfony/mime: ^6.4|^7.0
- symfony/options-resolver: ^6.4|^7.0
- symfony/property-access: ^6.4|^7.0
- symfony/routing: ^6.4|^7.0
- symfony/security-bundle: ^6.4|^7.0
- symfony/translation: ^6.4|^7.0
- symfony/twig-bundle: ^6.4|^7.0
- symfony/validator: ^6.4|^7.0
- symfony/yaml: ^6.4|^7.0
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^4.0.0
- friendsofphp/php-cs-fixer: ^3.70
- phpstan/phpstan: ^2.1
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-symfony: ^2.0
- symfony/browser-kit: ^6.4|^7.0
- symfony/css-selector: ^6.4|^7.0
- symfony/phpunit-bridge: ^6.4|^7.0
This package is auto-updated.
Last update: 2025-03-30 16:06:03 UTC
README
Umbrella Admin Bundle
Easiest way to create beautiful administration backends with Symfony.
Installation
UmbrellaAdmin requires PHP 8.2 or higher and Symfony 6.4 or higher. Run the following command to install it in your application:
$ composer require umbrella2/admin-bundle
Documentation
Read Documentation to getting started.
Demo application
A demo application showcasing all the features of UmbrellaAdmin is available here.
You can view the demo application's code in this github repository.
Contributing
Want to contribute ? Check out the contributing guidelines to get involved.
License
This software is published under the MIT License