sfs / admin-bundle
Symfony2 SfsAdminBundle
Installs: 381
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 12
Language:CSS
Type:symfony-bundle
Requires
- php: ^7.0
- doctrine/doctrine-bundle: 2.5
- doctrine/orm: ^2.5
- knplabs/knp-menu-bundle: ^3.2
- knplabs/knp-paginator-bundle: ^5.8
- lexik/form-filter-bundle: ^7.0
- mopa/bootstrap-bundle: ^3.4
- symfony/form: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/security-bundle: ^5.4
- symfony/swiftmailer-bundle: ^3.5
- symfony/twig-bundle: ^5.4
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: 2.3.*
- friendsofsymfony/user-bundle: ~2.0
- liip/functional-test-bundle: 1.6.*
- nelmio/alice: 2.1.*
- phpunit/phpunit: 5.3.*
This package is not auto-updated.
Last update: 2024-12-29 08:43:34 UTC
README
Administration bundle for Symfony2
Overview
SfsAdmin is an entity-oriented back-office generator. It allows you to generate fastly a CRUD system for your whole website.
- Deploy easily your CRUD system for every entities of your project, with few configuration
- Doctrine ORM oriented only
- FOSUserBundle usage (required for now, should be removed in next version to allow the usage of any security system)
- Usage of native Symfony2 FormTypes for your create/update pages
- Filter mechanisms inside the listing pages: LexikFormFilterBundle does a great job for it, so it is natively supported
- Export system in JSON & CSV
- Add custom pages easily
- Only few dependencies
Documentation
The online documentation is available in http://sfsadmin.solidlynx.com
License
This project is under the terms of the MIT License (MIT)