vitexsoftware / datatables-abraflexi
Show AbarFlexi evidence data as DataTable
Package info
github.com/VitexSoftware/php-abraflexi-datatables
pkg:composer/vitexsoftware/datatables-abraflexi
Fund package maintenance!
1.1.0
2025-07-24 13:23 UTC
Requires
Requires (Dev)
- datatables/datatables: ^1.10
- ergebnis/composer-normalize: ^2.47
- ergebnis/php-cs-fixer-config: ^6.50
- friendsofphp/php-cs-fixer: ^3.84
- phpstan/phpstan: *
- phpstan/phpstan-phpunit: 2.0.x-dev
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2026-05-15 16:55:55 UTC
README
php-abraflexi-datatables
PHP library for displaying AbraFlexi evidence data in interactive DataTables powered by Bootstrap 5.
Features
- 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
Installation
Via Composer:
composer require vitexsoftware/datatables-abraflexi
Via Debian/Ubuntu package:
sudo apt install php-abraflexi-datatables
Requirements
| Dependency | Version |
|---|---|
| PHP | >= 8.0 |
| vitexsoftware/abraflexi-bricks | ^1.5 |
| vitexsoftware/ease-bootstrap5-widgets-abraflexi | ^1.4 |
Configuration
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
Usage
use AbraFlexi\ui\DataTables\RWTableau; $table = new RWTableau('adresar'); $table->show();
Example
Run make to update the build autoloader and deploy assets, then open the Example directory to see AbraFlexi evidence adresar rendered as a DataTable.
License
MIT — see LICENSE.
