PHPackages                             bueckl/silverstripe-cookie-warning - 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. bueckl/silverstripe-cookie-warning

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

bueckl/silverstripe-cookie-warning
==================================

Cookie warnings for Silverstripe Projects.

11951[1 PRs](https://github.com/bueckl/cookie-warning/pulls)PHP

Since Mar 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bueckl/cookie-warning)[ Packagist](https://packagist.org/packages/bueckl/silverstripe-cookie-warning)[ RSS](/packages/bueckl-silverstripe-cookie-warning/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

cookie-warning
==============

[](#cookie-warning)

Display Cookie Warnings on Silverstripe projects

Requirements
------------

[](#requirements)

- SilverStripe 3.1.\*

Installation
------------

[](#installation)

### Composer

[](#composer)

- `composer require "bueckl/silverstripe-cookie-warning": "*"`

### Manual

[](#manual)

- Download and copy module in SilverStripe root directory:

Usage
-----

[](#usage)

1. Add to your Page.php:

public static function CookieWarningShown() { $shown = Cookie::get("CookieWarningShown"); if(!$shown) { Cookie::set("CookieWarningShown", true); return false; } return true; }

2. Link css archive:

'cookie-warning/css/CookieWarning.css'

3. Add to template:

&lt;% include CookieWarning %&gt;

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bueckl-silverstripe-cookie-warning/health.svg)

```
[![Health](https://phpackages.com/badges/bueckl-silverstripe-cookie-warning/health.svg)](https://phpackages.com/packages/bueckl-silverstripe-cookie-warning)
```

PHPackages © 2026

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