mistralys / application-datagrids
PHP classes to abstract the rendering of HTML tables.
dev-main
2025-02-05 21:16 UTC
Requires
- php: >=8.2
- mistralys/application-utils-core: dev-main
- twbs/bootstrap: ^5.3.3
This package is auto-updated.
Last update: 2025-02-05 21:18:32 UTC
README
PHP classes to abstract the rendering of HTML tables, with switchable renderers and a straightforward fluid and chainable API.
NOTE: Work in progress, but the examples work already.
Requirements
- PHP 8.2 or higher
- Composer
- Webserver
Viewing the examples
- Clone the repository.
- Run
composer install
to install the dependencies. - Open the
examples
folder through your webserver.