open-web-analytics/owa-php-sdk
Composer 安装命令:
composer require open-web-analytics/owa-php-sdk
包简介
The open source analytics framework.
README 文档
README
The OWA Software Development Kit for PHP makes it easy to use Open Web Analytics in your PHP code enabled you to easily as web analytics tracking to any PHP application. You can get started by installing The SDK via composer or downloading a tarball of our latest release. The SDK is licensed under GLP v2.0.
Resource
Getting Help
We use Github for managing bugs and feature requests and have limited bandwidth to provide general support. If you do require support please consider sponsoring the project.
- If you have found a bug please open a new issue.
Opening Issues
If you find a bug in the SDK, please let us know about it. However, before you create the ticket please search through the existing issues to make sure you it's not someting we already know nabout or have encountered in the past. When creating a new issue be sure to include the version of SDK, the PHP version, and operating system you are using. Also include a stack trace and detailed steps to reproduce the bug when appropriate.
Getting Started
-
Minimum requirements - to use the SDK you must be using OWA core v1.7.0 or later as well as PHP 7+. We highly recommend having your PHP compiled with the cURL extension.
-
Install the SDK with composer - composer require open-web-analytics/owa-php-sdk
-
User Guide - read the user guide in order to learn how to work wit the SDK.
Quick Example
Create a Tracker
$config = [ 'instance_url' => 'http://your.domain.com/owa/', 'cookie_domain' => 'your.domain.com' ]; $sdk = new OwaSdk\sdk($config); $tracker = $sdk->createTracker(); $tracker->setSiteId('9ceefbab8a804bc03cb0be196abe12f8'); $tracker->setPageTitle('Standalone PHP Test Page3'); $tracker->trackPageView(); ?>
Realted OWA Products
open-web-analytics/owa-php-sdk 适用场景与选型建议
open-web-analytics/owa-php-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.08k 次下载、GitHub Stars 达 23, 最近一次更新时间为 2021 年 09 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「analytics」 「OWA」 「open-web-analytics」 「web-analytics」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 open-web-analytics/owa-php-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 open-web-analytics/owa-php-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 open-web-analytics/owa-php-sdk 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Analytics chooser extensions for site settings.
A Laravel Nova Card to show Fathom Analytics stats.
provides an Zend Authentication Adapter for EWS
The open source analytics framework.
Laravel 5 package to retrieve Google Analytics data.
The open source analytics framework.
统计信息
- 总下载量: 3.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-09-08