PHPackages                             redcodede/cookie-less-tracking - 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. redcodede/cookie-less-tracking

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

redcodede/cookie-less-tracking
==============================

v1.4.5(9mo ago)0367AGPL-3.0Vue

Since Jul 14Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/redcodede/cookie-less-tracking)[ Packagist](https://packagist.org/packages/redcodede/cookie-less-tracking)[ RSS](/packages/redcodede-cookie-less-tracking/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (30)Used By (0)

Cookie Less Tracking
====================

[](#cookie-less-tracking)

> Cookie Less Tracking is a Statamic addon that tracks visitors GDPR compliant.

**WARNING: THIS ADDON IS STILL IN DEVELOPMENT AND MAY INTRODUCE BREAKING CHANGES WITHOUT PRIOR WARNING**

Features
--------

[](#features)

This addon tracks visitors by simple logging selected information from the server environment. Since the addon does not rely on cookies it is GDPR and DSGVO compliant.

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require redcodede/cookie-less-tracking
```

For Page views you **have to** add the `track_page_view` tag to your base layout template file.

```
{{ track_page_view }}

```

FormSubmission's will be automatically tracked by the `TrackFormSubmission` Listener.

If you are using the full Caching Strategy you need to run

```
php artisan vendor:publish --tag=cookie-less-tracking-static --force

```

And you have to add these lines to your .htaccess file

```
# RECODEDE COOKIE LESS TRACKING for static pages
RewriteCond %{DOCUMENT_ROOT}/static/%{REQUEST_URI}_%{QUERY_STRING}\.html -s
RewriteCond %{REQUEST_METHOD} GET
RewriteRule .* cookieLessTracking_trackPageView.php [L,T=text/html]

```

Add this to your .htaccess file to track Downloads. Adjust the download directory path accordingly.

```
# RECODEDE COOKIE LESS TRACKING for downloads
RewriteCond %{REQUEST_URI} /assets/downloads/
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^ cookieLessTracking_trackFileDownload.php [L]

```

Add this to your .htaccess file to track Media Files being requested. Adjust the assets directory path accordingly.

```
# RECODEDE COOKIE LESS TRACKING for media other than downloads
RewriteCond %{REQUEST_URI} /assets/videos/
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{QUERY_STRING} !clt=1
RewriteRule ^ cookieLessTracking_trackMediaUsed.php [L]

```

With an asynchronous JavaScript call to ${url}?requested=1 you can differentiate between loaded resources and requested resources.

Then run this command:

```
php artisan vendor:publish --tag=cookie-less-tracking-download --force

```

How to Use
----------

[](#how-to-use)

Browse to `Tools > Cookie Less Tracking` in the control panel to see the tracked data.

DEV
---

[](#dev)

```
ln -s /var/www/html/addons/redcodede/cookie-less-tracking/resources/dist public/vendor/cookie-less-tracking

```

Für jedes Update an den dev files zum Testen sowohl im addon als auch auf root ebene composer dump-autoload durchführen. JS und VUE muss natürlich gebundlet sein.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

Every ~40 days

Recently: every ~0 days

Total

29

Last Release

272d ago

Major Versions

0.0.6 → 1.0.12023-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/63b92ec783144178b09e7a7491dadb2bde3de15b017d157fd21f38681b78a917?d=identicon)[ironcheese](/maintainers/ironcheese)

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

---

Top Contributors

[![alexanderfriederich](https://avatars.githubusercontent.com/u/67274926?v=4)](https://github.com/alexanderfriederich "alexanderfriederich (21 commits)")[![lwoschke](https://avatars.githubusercontent.com/u/69637693?v=4)](https://github.com/lwoschke "lwoschke (6 commits)")

### Embed Badge

![Health badge](/badges/redcodede-cookie-less-tracking/health.svg)

```
[![Health](https://phpackages.com/badges/redcodede-cookie-less-tracking/health.svg)](https://phpackages.com/packages/redcodede-cookie-less-tracking)
```

###  Alternatives

[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)

PHPackages © 2026

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