internations / datagrid-bundle
Simple datagrid bundle for Symfony
Installs: 33 832
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 17
Forks: 343
Open Issues: 7
Type:symfony-bundle
Requires
- php: >=7.2.5
- symfony/framework-bundle: ^5.0
- symfony/security-bundle: ^5.0
- twig/twig: ^2.0|^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.5
- phpunit/phpunit: >4
- symfony/symfony: ^5.0
- dev-master
- 4.0.2
- 4.0.1
- v4.0.1-beta
- v4.0.0-beta
- v3.2.0
- v3.1.0
- v3.0.0
- v2.0.0
- v2.0.0-alpha3
- v2.0.0-alpha2
- v2.0-alpha1
- v0.5.0
- dev-dev/INOTF-4119
- dev-dev/sf5-compat
- dev-replace-templating-with-twig
- dev-sf22-compat
- dev-sf21-compat
- dev-features/routing-closure
- dev-features/count-query-event
- dev-feature/default-order
- dev-feature/range-input-type
- dev-feature/callback-parameter
- dev-feature/id-in-column-class
- dev-feature/route-parameters
This package is auto-updated.
Last update: 2024-10-10 11:16:05 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
.