hafael / owa-php-client
PHP Client for Open Web Analytics REST Api
v0.1.4
2019-03-23 02:59 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=6.0
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: >=6.0.0
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