PHPackages                             ricbra/php-kissmetrics-api - 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. [API Development](/categories/api)
4. /
5. ricbra/php-kissmetrics-api

ActiveLibrary[API Development](/categories/api)

ricbra/php-kissmetrics-api
==========================

Guzzle based implementation of KISSmetrics REST API

21.1k1PHP

Since Dec 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ricbra/php-kissmetrics-api)[ Packagist](https://packagist.org/packages/ricbra/php-kissmetrics-api)[ RSS](/packages/ricbra-php-kissmetrics-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KISSmetrics Api
---------------

[](#kissmetrics-api)

[![Build Status](https://camo.githubusercontent.com/e9e43ccbb3972867989a8e4bb34ddefd5f576a01c1a8544f37a79dbcb683dd56/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7269636272612f7068702d6b6973736d6574726963732d6170692e706e67)](http://travis-ci.org/ricbra/php-kissmetrics-api)[![Latest Stable Version](https://camo.githubusercontent.com/1dcddf0073b720795c37f862123b0071cca6dd01bc2f5c1537cc7f6039828993/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d6b6973736d6574726963732d6170692f762f737461626c652e737667)](https://packagist.org/packages/ricbra/php-kissmetrics-api)[![Total Downloads](https://camo.githubusercontent.com/d5562f1fad98b8c660a48845fc6a62c934f2ae4e5a8ce185a4cea5fc3ca93e67/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d6b6973736d6574726963732d6170692f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ricbra/php-kissmetrics-api)[![License](https://camo.githubusercontent.com/69a5e3eadbeabbc110f626cc81dd1cdda557d948819f8527193abf6d9c45c67e/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d6b6973736d6574726963732d6170692f6c6963656e73652e706e67)](https://packagist.org/packages/ricbra/php-kissmetrics-api)[![Quality](https://camo.githubusercontent.com/8c9e5f9dc368c6496de34f307ac562a6918e102814dc94a55fa6a37af3e672a4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7269636272612f7068702d6b6973736d6574726963732d6170692f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/ricbra/php-kissmetrics-api/)

This library is a PHP 5.4 implementation of the [KISSmetrics API ](http://support.kissmetrics.com/apis/specifications.html)

This client is build using [Guzzle 4.0](http://guzzle.readthedocs.org/en/latest/).

License
-------

[](#license)

This library is released under the MIT license. See the complete license in the LICENSE file.

Installation
------------

[](#installation)

Start by [installing composer](http://getcomposer.org/doc/01-basic-usage.md#installation). Next do:

```
$ composer require ricbra/php-kissmetrics-api

```

Requirements
------------

[](#requirements)

PHP &gt;=5.4.0

Usage
-----

[](#usage)

Creating a new instance:

```
