tetsuo13/matomo_tracking_api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tetsuo13/matomo_tracking_api

Composer 安装命令:

composer require tetsuo13/matomo_tracking_api

包简介

Add Matomo tracking server-side code to all requests in Roundcube

README 文档

README

Continuous integration Stable Version

This plugin integrates Matomo analytics using the Matomo Tracking API into Roundcube. This plugin is very different from the Roundcube Webmail piwik analytics plugin which adds the client-side JavaScript Tracking Tag. The aim of this plugin is to add Matomo integration on the server-side in order to get around same-origin policy.

If your Matomo installation is on the same domain as your Roundcube installation and both are using the same protocol, then this plugin is probably not what you need as it will not add any significant value over the JavaScript Tracking Tag. Some example cases where this plugin shines:

  • Matomo at http://analytics.company.com, Roundcube at https://webmail.company.com
  • Matomo at http://analytics.company.com, Roundcube at http://webmail.othercompany.com

Install

Install using Composer or manually download and install into plugins/matomo_tracking_api. Copy config.inc.php.dist to config.inc.php in the same directory and edit the file using the options shown below.

Add matomo_tracking_api to $config['plugins'] in your Roundcube config to enable the plugin.

Configuration

Copy config.inc.php.dist to config.inc.php and edit the configuration variables. Set optional variables to null when unused.

matomo_tracking_api_url [string]

Set this to the URL of the Matomo installation. This URL must be accessible from the Roundcube installation.

matomo_tracking_api_site_id [int|array(string => int)]

Configures the Matomo site ID. The value of this variable can either be a single integer or an array containing multiple server names and IDs in cases where a single Roundcube installation serves multiple hosts.

To set multiple hosts, use the key/value pair of server name and Matomo website ID. For example:

$rcmail_config['matomo_tracking_api_site_id'] = array(
    'webmail.foo.com' => 42,
    'webmail.bar.com' => 13
);

matomo_tracking_api_track_user_id [boolean]

When enabled, the user's email address will be used to connect multiple devices and browsers. See Benefits of User ID at Matomo's User Guide for more information.

matomo_tracking_api_token_auth [string] (Optional)

Set to the token auth key of a Matomo user in order to take advantage of advanced tracking. Currently utilizes the following if provided:

  • Sets remote IP to that of the user instead of defaulting to the IP of the Roundcube installation.

tetsuo13/matomo_tracking_api 适用场景与选型建议

tetsuo13/matomo_tracking_api 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 45 次下载、GitHub Stars 达 2, 最近一次更新时间为 2021 年 10 月 29 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「mail」 「analytics」 「piwik」 「roundcube」 「tracking」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 tetsuo13/matomo_tracking_api 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 tetsuo13/matomo_tracking_api 我们能提供哪些服务?
定制开发 / 二次开发

基于 tetsuo13/matomo_tracking_api 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 45
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 11
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPLv3
  • 更新时间: 2021-10-29