Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 737 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 737 Bytes

Open Web Analytics PHP REST Client (beta)

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