hafael/owa-php-client

PHP Client for Open Web Analytics REST Api

v0.1.4 2019-03-23 02:59 UTC

This package is auto-updated.

Last update: 2024-04-23 14:44:06 UTC


README

What is Open Web Analytics?

Open Web Analytics (OWA) is open source web analytics software that you can use to track and analyze how people use your websites and applications.

Configure your own OWA server

Take a look at the owa installation guide.

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required.

To get the latest version of Open Web Analytics PHP REST Client, simply add the following line to the require block of your composer.json file:

"hafael/owa-php-client": "~0.1"

or

composer require hafael/owa-php-client