PHP library for displaying AbraFlexi evidence data in interactive DataTables powered by Bootstrap 5.
- Seamless integration of DataTables with AbraFlexi REST API
- Bootstrap 5 widget support via VitexSoftware EASE framework
- Server-side and client-side rendering modes
- Debian/Ubuntu packaging with AppStream metadata
Via Composer:
composer require vitexsoftware/datatables-abraflexiVia Debian/Ubuntu package:
sudo apt install php-abraflexi-datatables| Dependency | Version |
|---|---|
| PHP | >= 8.0 |
| vitexsoftware/abraflexi-bricks | ^1.5 |
| vitexsoftware/ease-bootstrap5-widgets-abraflexi | ^1.4 |
Set AbraFlexi connection parameters as environment variables or in your application bootstrap:
ABRAFLEXI_URL=https://demo.flexibee.eu:5434
ABRAFLEXI_LOGIN=winstrom
ABRAFLEXI_PASSWORD=winstrom
ABRAFLEXI_COMPANY=demo_de
use AbraFlexi\ui\DataTables\RWTableau;
$table = new RWTableau('adresar');
$table->show();Run make to update the build autoloader and deploy assets, then open the Example directory to see AbraFlexi evidence adresar rendered as a DataTable.
MIT — see LICENSE.
