Download the PHP package tweak-it/doctrine-datagrid-bundle without Composer
On this page you can find all versions of the php package tweak-it/doctrine-datagrid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tweak-it/doctrine-datagrid-bundle
More information about tweak-it/doctrine-datagrid-bundle
Files in tweak-it/doctrine-datagrid-bundle
Package doctrine-datagrid-bundle
Short Description Symfony Datagrid Bundle for Doctrine.
License MIT
Homepage https://github.com/tweak-it/DoctrineDatagridBundle
Informations about the package doctrine-datagrid-bundle
DoctrineDatagridBundle
This bundle helps you to create and manage simple to complex datagrids quickly and easily.
Unlike other similar bundle already available on github and/or packagist, there is no magic method that will render the datagrid in you view. This technical choice allow you to completely customize your datagrid aspect and render (filter fields, buttons, columns, data displayed in each column, pagination links and informations, etc.)
This make it easy to implement and use in both back-end and front-end applications.
Still skeptical ? Let's see how it works !
Installation
Get the code
Since composer is the simplest and fastest way to install dependencies, the only way to install this bundle automatically is to add the following line to your dependencies
"require": {
...
"tweak-it/doctrine-datagrid-bundle": "dev-master"
...
},
Credit
Our special thanks go to ...
- Charles SANQUER for its fork of the LightCSV library : Colibri CSV used in the export feature.
- Subosito for its standalone Inflector class transformed in a service for our needs.
All versions of doctrine-datagrid-bundle with dependencies
symfony/framework-bundle Version 5.*
csanquer/colibri-csv Version 1.2.*