cbatista8a / php-table
Simple HTML table builder - Object Oriented Programming(OOP)
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cbatista8a/php-table
Requires
- php: >=7.4
- composer/composer: ^2.3
Requires (Dev)
- phpstan/phpstan: ^1.7
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-09-18 23:21:04 UTC
README
Framework agnostic
Installation
From repo
git clone https://github.com/cbatista8a/phptable.git
Install dependencies
cd phptable
composer install
or from Packagist
composer require cbatista8a/phptable
See Example of use