povs / lister-twig-bundle
Twig implementation for lister bundle. Provides Twig and Ajax list types for full stack web applications
Installs: 1 665
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/povs/lister-twig-bundle
Requires
- php: >=7.1
- povs/lister-bundle: ^1.0@dev
- symfony/twig-bundle: ^4.0 || ^5.0 || ^6.0
Requires (Dev)
- dg/bypass-finals: ^1.1
- phpunit/phpunit: ^9.3
- symfony/yaml: ^3.4 || ^4.0 || ^6.0
This package is auto-updated.
Last update: 2025-10-16 15:42:25 UTC
README
In development
Documentation
ListerTwigBundle is an extension for ListerBundle for full stack web applications using twig as template engine.
It provides two list types:
- TwigListType
- AjaxListType
Those types helps to render html views using themes.
Themes
Bundle comes with two themes
defaultrenders list as a table. Has no styling classes.bootstrap 4renders list as a table with bootstrap 4 styling classes.
Themes can be easily created, extended and modified.
Requirements
- Php
>=7.1 - Symfony
>=4 - Doctrine ORM
- Twig