pear / html_table
Create complex HTML tables from PHP
v1.8.4
2016-07-15 06:35 UTC
Requires
- pear/html_common: ^1.2.5
- pear/pear-core-minimal: ^1.10.0
Requires (Dev)
- pear/pear-core: *
This package is auto-updated.
Last update: 2024-10-21 20:02:03 UTC
README
Makes the design of HTML tables easy, flexible, reusable and efficient.
- Lots of customization options.
- Tables can be modified at any time.
- The logic is the same as standard HTML editors.
- Handles col and rowspans.
- PHP code is shorter, easier to read and to maintain.
- Tables options can be reused.
For auto filling of data and such then check out HTML_Table_Matrix
Installation
PEAR
$ pear install HTML_Table
Composer
$ composer require pear/html_table
Links
- Homepage
- http://pear.php.net/package/HTML_Table
- Bug tracker
- http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Table
- Documentation
- http://pear.php.net/manual/en/package.html.html-table.php
- Unit test status
https://travis-ci.org/pear/HTML_Table
- Packagist
- https://packagist.org/packages/pear/html_table