GitHub - lovelock/Spt: Simple PHP table generator.

Skip to content

Navigation Menu

Sign in

Appearance settings

Simple PHP table generator

Lately I'm stucked in countless table generating work, so I create this little library to ease myself.

Usage

You want to generate a table, so you have some field names for the table header, and you have lots of data for the table body. We assume they are fields and data.

Now, you can generate the table by doing this:

  1. Fetch the latest library composer require lovelock/spt

  2. Use it in your code.

...

echo new \Spt\Table($fields, $data);

Enjoy it.

Donation

  1. WeChat

  2. Alipay