internations / datagrid-bundle
Simple datagrid bundle for Symfony
Package info
github.com/InterNations/DataGridBundle
Type:symfony-bundle
pkg:composer/internations/datagrid-bundle
v5.0.0
2025-03-06 16:19 UTC
Requires
- php: ^8.1
- symfony/framework-bundle: ^4.4.10|^5.0
- symfony/security: ^4.4.10|^5.0
- twig/twig: ^3.10
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.5
- phpunit/phpunit: >4
- symfony/symfony: ^4.4|^5.0
This package is auto-updated.
Last update: 2026-05-22 13:52:21 UTC
README
This is a fork of Sorien/DataGridBundle focusing on renovating the code.
Testing
A small test bed is included that renders a grid based on an entity. Run composer install --dev and then php -S <host>:<port> tests/InterNations/app/index.php.