PHPackages                             teppokoivula/cookie-table - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. teppokoivula/cookie-table

ActivePw-module[Utility &amp; Helpers](/categories/utility)

teppokoivula/cookie-table
=========================

A ProcessWire CMS/CMF module for adding a cookie table on your site.

0.0.1(1y ago)00MPL-2.0PHPPHP &gt;=8.0

Since Apr 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/teppokoivula/CookieTable)[ Packagist](https://packagist.org/packages/teppokoivula/cookie-table)[ Docs](https://github.com/teppokoivula/CookieTable)[ RSS](/packages/teppokoivula-cookie-table/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Cookie Table module for ProcessWire CMS/CMF
-------------------------------------------

[](#cookie-table-module-for-processwire-cmscmf)

Cookie Table is a module for ProcessWire CMS/CMF intended for adding a cookie table on your site, i.e. a list of cookies that your site uses along with key details about each cookie: name, provider (if known), description, duration, and so on.

When installed, Cookie Table adds a "Cookies" page into the admin interface, by default under "Setup". Cookies page provides a simple interface for managing — adding, updating, or removing — listed cookies. On your site you can use the render method to render a prebuilt table of known cookies:

```
echo $modules->get('CookieTable')->render();
```

Alternatively you can get a list of cookies as a raw array and render the list any way you prefer:

```
$cookies = $modules->get('CookieTable')->getCookies();
foreach ($cookies as $cookie) {
	echo "Cookie name: " . $cookie['name'] . "";
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance46

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

408d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1252021?v=4)[Teppo Koivula](/maintainers/teppokoivula)[@teppokoivula](https://github.com/teppokoivula)

---

Top Contributors

[![teppokoivula](https://avatars.githubusercontent.com/u/1252021?v=4)](https://github.com/teppokoivula "teppokoivula (2 commits)")

---

Tags

processwiremodule

### Embed Badge

![Health badge](/badges/teppokoivula-cookie-table/health.svg)

```
[![Health](https://phpackages.com/badges/teppokoivula-cookie-table/health.svg)](https://phpackages.com/packages/teppokoivula-cookie-table)
```

###  Alternatives

[elabx/fieldtype-recurring-dates

Field to setup recurring dates using RRule

104.2k](/packages/elabx-fieldtype-recurring-dates)

PHPackages © 2026

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