PHPackages                             izziaraffaele/twenga-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. izziaraffaele/twenga-php

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

izziaraffaele/twenga-php
========================

PHP client for Twenga reports API

v0.1.6(9y ago)035MITPHPPHP &gt;=5.5

Since Oct 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/izziaraffaele/twenga-php)[ Packagist](https://packagist.org/packages/izziaraffaele/twenga-php)[ Docs](https://github.com/izziaraffaele/twenga-php)[ RSS](/packages/izziaraffaele-twenga-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

Twenga PHP API Client
=====================

[](#twenga-php-api-client)

A very user-friendly PHP client for [Twenga](http://developer.affinitad.com/reportapi/report).

Requirements:

- PHP must be 5.5 or higher.
- [Guzzle 6](https://github.com/guzzle/guzzle) as HTTP client.

Instalation
-----------

[](#instalation)

Use [Composer](http://getcomposer.org).

Install Composer Globally (Linux / Unix / OSX):

```
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
```

Run this Composer command to install the latest stable version of the client, in the current folder:

```
composer require izziaraffaele/twenga-php
```

After installing, require Composer's autoloader and you're good to go:

```
