Skip to content

lovelock/Spt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple PHP table generator.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages