zimmer7 / lalalytics
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- laminas/laminas-diactoros: ^3.0
- typo3/cms-core: ^11 || ^12
Replaces
- typo3-ter/lalalytics: dev-main
This package is auto-updated.
Last update: 2025-03-06 21:04:19 UTC
README
This extension integrates lalalytics with your TYPO3 installation. lalalytics is a simple and fun to use Google Analytics alternative.
Installation
- Create an account
- Add new site to your account
- Go to settings and grab your key
- Install TYPO3 Extension
composer require zimmer7/lalalytics
- Configure
- Enjoy
Configuration
Go to Site Management > Site > Edit Site > Languages > lalalytics (Tab) > Enable
OR
Go directly to your config.yaml
and add your config
[...] languages: - title: Deutsch enabled: true [...] lalalytics_enabled: true # true|false lalalytics_code: <YOUR SITE CODE> # find your code on lalalytics.com > site > site settings > snippet lalalytics_proxy: true # true|false, keep in sync with lalalytics.com > site > site settings > proxy lalalytics_filterip: true # filter IPs before forwarding request [...]
Features
lalalytics is
- easy to setup,
- does not collect or share personal information,
- does not use cookies,
- respect user's privacy,
- is GDPR compliant.
- It helps your understand your visitors,
- keep track of the most relevant metrics,
- filter your stats,
- create interesting reports and share with your team.
lalalytics TYPO3 extension helps you
- integrate lalalytics,
- add custom tracking events on the fly,
- proxy tracking requests through your server and
- helps you filter IPs before forwarding requests and
- therefore it helps you avoid annoying cookie banners.
Requirements
- TYPO3 v11-v12
- PHP v8.1-8.3
- lalalytics account
- Use the 30 day trial period to build your integration
- get a feel for the integration and
- then decide for a plan.