Download the PHP package jeandanyel/list-bundle without Composer
On this page you can find all versions of the php package jeandanyel/list-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeandanyel/list-bundle
More information about jeandanyel/list-bundle
Files in jeandanyel/list-bundle
Package list-bundle
Short Description A flexible Symfony bundle for generating and customizing lists, capable of listing both Doctrine entities and data from external sources.
License MIT
Informations about the package list-bundle
list-bundle
The ListBundle provides a flexible solution for generating and customizing lists.
While it is designed to work seamlessly with Doctrine entities, it can also handle and list any type of data, giving you the flexibility to adapt it to your specific needs.
The system is built to integrate with nearly any list library, though currently, only GridJS.io is supported. The list builder is heavily inspired by Symfony's form builder, providing a familiar and flexible structure.
This bundle is actively under development, with the next feature being the addition of filters and search functionality. Contributions to the project are welcome 🥳.
- Installation
- Install list library dependencies
- Build a list
- Create a list type class
- Create a list in a controller
- Render a list in a Twig template
- ListType options
- Custom DataProvider
- Create a custom
DataProvider
- Configure a list to use a custom
DataProvider
- Create a custom
All versions of list-bundle with dependencies
doctrine/dbal Version ^3
doctrine/doctrine-bundle Version ^2.12
doctrine/orm Version ^3.1
symfony/translation Version ^6.4 || ^7.1
symfony/asset Version ^6.4 || ^7.1
symfony/form Version ^6.4 || ^7.1
symfony/framework-bundle Version ^6.4 || ^7.1
symfony/twig-bundle Version ^6.4 || ^7.1
twig/twig Version ^2.12|^3.0
symfony/options-resolver Version ^6.4 || ^7.1