PHPackages                             pbk83/csimpletable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. pbk83/csimpletable

ActiveLibrary[Framework](/categories/framework)

pbk83/csimpletable
==================

PHP classes for creating tables

v1.0(10y ago)013MITHTMLPHP &gt;=5.4

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/pbk83/csimpletable)[ Packagist](https://packagist.org/packages/pbk83/csimpletable)[ Docs](http://dbwebb.se)[ RSS](/packages/pbk83-csimpletable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

pbk83/csimpletable
==================

[](#pbk83csimpletable)

[![Build Status](https://camo.githubusercontent.com/ee9a95200dde7c8047aaf165425e7fceee7af7c1f0985e62200aeb9e5c023068/68747470733a2f2f7472617669732d63692e6f72672f70626b38332f6373696d706c657461626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pbk83/csimpletable)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c39a576c6defd1d9db3f5bc286e7ccafe06591c2c82bc3b502b82e9b8be420e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70626b38332f6373696d706c657461626c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pbk83/csimpletable/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6641ca5c37b29952c2631503e99dfa590c079673ea523f7b90431ab9d417dce9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70626b38332f6373696d706c657461626c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pbk83/csimpletable/?branch=master)

Install
-------

[](#install)

SimpleTable can be installed together with Anax - MVC through Composer. Add the following line to composer.json (under require ):

```
"pbk83/csimpletable": "dev-master"
```

SimpleTable can then be added as a service in Anax - MVC:

```
$di->set('SimpleTable', function() use ($di) {
    $table = new pbk83\SimpleTable\CSimpleTable();
    return $table;
});
```

SimpleTable can also be used without Anax - MVC.

Use
---

[](#use)

Use the method addHeadings($head) to create a header. Example:

```
addHeadings([’Name’, ’Age’]);
```

Use the method addRow($row) to add rows to the table. Example:

```
addRow([’Joe’, ’43’]);
addRow([’Jane’, ’45’]);
```

Use the method createTable() to get the generated html - code.

NameAgeJoe43Jane45Updated

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3676d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cebb0b6db774121f8d5e5994297f005fe77b24ed00c86c22d47e6b568af50198?d=identicon)[pbk83](/maintainers/pbk83)

---

Top Contributors

[![pbk83](https://avatars.githubusercontent.com/u/18415565?v=4)](https://github.com/pbk83 "pbk83 (12 commits)")

---

Tags

frameworkmicromvcmoduleeducation

### Embed Badge

![Health badge](/badges/pbk83-csimpletable/health.svg)

```
[![Health](https://phpackages.com/badges/pbk83-csimpletable/health.svg)](https://phpackages.com/packages/pbk83-csimpletable)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
