PHPackages                             delocalzrt/owa-php-sdk - 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. [Framework](/categories/framework)
4. /
5. delocalzrt/owa-php-sdk

ActiveLibrary[Framework](/categories/framework)

delocalzrt/owa-php-sdk
======================

The open source analytics framework.

1.1.0(7mo ago)091GPL-2.0PHP

Since Sep 15Pushed 7mo agoCompare

[ Source](https://github.com/delocalzrt/owa-php-sdk)[ Packagist](https://packagist.org/packages/delocalzrt/owa-php-sdk)[ Docs](https://www.openwebanalytics.com)[ Fund](https://paypal.me/openwebanalytics)[ GitHub Sponsors](https://github.com/padams)[ RSS](/packages/delocalzrt-owa-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

Open Web Analytics SDK for PHP
==============================

[](#open-web-analytics-sdk-for-php)

The OWA Software Development Kit for PHP makes it easy to use [Open Web Analytics](https://github.com/Open-Web-Analytics/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
--------

[](#resource)

- [User Guide](https://github.com/Open-Web-Analytics/owa-php-sdk/wiki)
- [Issues](https://github.com/Open-Web-Analytics/owa-php-sdk/wiki)

Getting Help
------------

[](#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](https://github.com/sponsors/padams).

- If you have found a bug please [open a new issue](https://github.com/Open-Web-Analytics/owa-php-sdk/wiki).

Opening Issues
--------------

[](#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
---------------

[](#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](https://github.com/Open-Web-Analytics/owa-php-sdk/wiki) in order to learn how to work wit the SDK.

Quick Example
-------------

[](#quick-example)

### Create a Tracker

[](#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
--------------------

[](#realted-owa-products)

- [Open Web Analytics Core](https://github.com/Open-Web-Analytics/open-web-analytics)
- [WordPress Integration Plugin](https://github.com/Open-Web-Analytics/owa-wordpress-plugin)
- [MediaWiki Integration Extension](https://github.com/Open-Web-Analytics/owa-mediawiki-extension/)

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance62

Regular maintenance activity

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

237d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28922577?v=4)[iCoders](/maintainers/iconocoders)[@IconoCoders](https://github.com/IconoCoders)

---

Top Contributors

[![padams](https://avatars.githubusercontent.com/u/249756?v=4)](https://github.com/padams "padams (13 commits)")[![daemon-byte](https://avatars.githubusercontent.com/u/517787?v=4)](https://github.com/daemon-byte "daemon-byte (7 commits)")[![Maaiins](https://avatars.githubusercontent.com/u/7676540?v=4)](https://github.com/Maaiins "Maaiins (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![gaurangkumar](https://avatars.githubusercontent.com/u/16745273?v=4)](https://github.com/gaurangkumar "gaurangkumar (1 commits)")[![progcode](https://avatars.githubusercontent.com/u/5430762?v=4)](https://github.com/progcode "progcode (1 commits)")

---

Tags

analyticsOWAopen-web-analyticsweb-analytics

### Embed Badge

![Health badge](/badges/delocalzrt-owa-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/delocalzrt-owa-php-sdk/health.svg)](https://phpackages.com/packages/delocalzrt-owa-php-sdk)
```

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M341](/packages/drupal-core-recommended)[getkirby/cms

The Kirby core

1.5k535.5k350](/packages/getkirby-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[open-web-analytics/owa-php-sdk

The open source analytics framework.

213.0k](/packages/open-web-analytics-owa-php-sdk)

PHPackages © 2026

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