cbatista8a / php-table
Simple HTML table builder - Object Oriented Programming(OOP)
v1.0.0
2023-02-18 17:13 UTC
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: 2024-10-18 21:08:59 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