Download the PHP package 8ctopus/array-to-table without Composer
On this page you can find all versions of the php package 8ctopus/array-to-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 8ctopus/array-to-table
More information about 8ctopus/array-to-table
Files in 8ctopus/array-to-table
Download 8ctopus/array-to-table
More information about 8ctopus/array-to-table
Files in 8ctopus/array-to-table
Vendor 8ctopus
Package array-to-table
Short Description php array to bootstrap 5 table
License MIT
Homepage https://github.com/8ctopus/php-array-to-table
Package array-to-table
Short Description php array to bootstrap 5 table
License MIT
Homepage https://github.com/8ctopus/php-array-to-table
Please rate this library. Is it a good library?
Informations about the package array-to-table
php array to bootstrap table
Convert php array to Twitter bootstrap 5 table.
install and demo
id | firstName | transactionId | refunded | purchaseDate | expiryDate |
---|---|---|---|---|---|
1 | John | A1-2019 | 0 | 2019-12-01 00:00:00 | 2020-12-01 00:00:00 |
2 | Mark | A1-2020 | 0 | 2020-12-05 00:00:00 | 2021-12-05 00:00:00 |
3 | Joe | A1-2022 | 1 | 2022-12-05 00:00:00 | 2023-12-05 00:00:00 |
You can also check the example demo.php
.
tests
composer test
clean code
composer fix(-risky)
All versions of array-to-table with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package 8ctopus/array-to-table contains the following files
Loading the files please wait ....