2017 © Pedro Peláez
 

library spt

Simple PHP table generator.

image

lovelock/spt

Simple PHP table generator.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Simple PHP table generator

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

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., (*2)

Now, you can generate the table by doing this:, (*3)

  1. Fetch the latest library composer require lovelock/spt, (*4)

  2. Use it in your code., (*5)


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

Enjoy it., (*6)

Donation

  1. WeChat
    , (*7)

  2. Alipay
    , (*8)

The Versions

30/03 2017

dev-master

9999999-dev

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong

30/03 2017

1.0.4

1.0.4.0

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong

24/03 2017

1.0.3

1.0.3.0

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong

24/03 2017

1.0.2

1.0.2.0

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong

09/12 2016

1.0.1

1.0.1.0

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong

09/12 2016

1.0.0

1.0.0.0

Simple PHP table generator.

  Sources   Download

MIT

by Frost Wong