defixit/anonlytics-bundle
Composer 安装命令:
composer require defixit/anonlytics-bundle
包简介
European anonymized website analytics (GDPR)
README 文档
README
Anonlytics
In a world with all GDPR rules, an IP address is now already labeled as personal information and can therefore not just be passed on by your website/application.
That's why we introduce Anonlytics, the server side analytics tool that only works with anonymized data for website analytics.
Entirely in accordance with all the rules of the GDPR. Our servers are all located in Europe and no IP addresses are used anywhere.
This Symfony Bundle is part of https://anonlytics.eu, you need a (free) account to use this bundle for your website/application.
Installation
Use composer to add the library as dependency for your project
composer require defixit/anonlytics-bundle
Usage
Setup
At first, you need to create an account on Anonlytics.eu to get your client_token and site_token to connect to our services.
After you created an account on our website you can create a file with the name anonlytics.yaml in the config/packages/ folder, with the following content:
anonlytics: client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%' site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'
Also add the following line to your bundles.php:
DeFixIT\AnonlyticsBundle\AnonlyticsBundle::class => ['all' => true],
Now you need two new variables in your .env file, so paste the next following content at the end of the file:
###> defixit/anonlytics-bundle ### ANONLYTICS_CLIENT_TOKEN=#YOUR_ANONLYTICS_CLIENT_TOKEN ANONLYTICS_SITE_TOKEN=#YOUR_ANONLYTICS_SITE_TOKEN
After this the bundle is set up and ready to connect and send the data to our service.
defixit/anonlytics-bundle 适用场景与选型建议
defixit/anonlytics-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 26 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 02 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「analytics」 「gdpr」 「anonlytics」 「anonimize」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 defixit/anonlytics-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 defixit/anonlytics-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 defixit/anonlytics-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Analytics chooser extensions for site settings.
A Laravel Nova Card to show Fathom Analytics stats.
This bundle contains functionality concerning privacy and the European Union's "General Data Protection Regulation" (GDPR, in German: "Datenschutz-Grundverordnung", DSGVO).
Additional features for OFFLINE.Gdpr plugin
Module for allowing users to opt out of Google Analytics for Contao Open Source CMS
European anonymized website analytics (GDPR)
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-21