Skip to content

kbedn/admin-bundle

 
 

Repository files navigation

FSi Admin Bundle

FSi Admin Bundle is complete solution that provides mechanisms to generate admin panel for any Symfony2 based application.

Important - admin bundle is not integrated with Symfony security component. By default route /admin is not protected and you need to secure it on your own. It's recommended to use FSiAdminSecurityBundle

Build Status:
Build Status - Master
Build Status - 1.0

Latest Stable Version

Code quality:
Scrutinizer Quality Score
SensioLabsInsight

Documentation:

Features

  • Column types: text, number, money, date, datetime, boolean, action
  • Extension system that allows you to create own custom column types
  • Sorting, ordering, filters, pagination, batch actions, custom actions
  • Doctrine ORM\ODM support with possibility to create data sets from query builder
  • In place edit at list
  • Full integration with Symfony2 Form component
  • Full integration with FSi ResourceRepositoryBundle
  • Fully translatable
  • Easy to overwrite in every single part
  • Customizable through powerful event system
  • Bootstrap 3 design (easy to change)
  • ... and many many more ;)

Architecture

FSi AdminBundle unlike to other available at github tools used to generate admin panels is build on top of components designed to do only one thing at once. Thats why our AdminBundle is flexible and fully extendable.

List of components, tools and bundles used to create FSiAdminBundle

Tests

Because few tests require javascript its recommended to use vagrant virtual machine. To configure virtual machine you need only go to vagrant folder in bundle

$ cd vagrant
$ vagrant up

Then login into VM and go to bundle folder and run Behat/PHPSpec.

$ cd /var/www/admin-bundle/
$ bin/behat
$ bin/phpspec

About

FSi Admin Bundle is complete solution that provides mechanisms to generate admin panel for any Symfony2 project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.9%
  • HTML 5.8%
  • Gherkin 5.6%
  • Other 0.7%