PHPackages                             izziaraffaele/zanox-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/zanox-php

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

izziaraffaele/zanox-php
=======================

PHP client for Zanox API

0.0.1(10y ago)15.4k1MITPHPPHP &gt;=5.5

Since Mar 3Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Zanox PHP API Client
====================

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

A very user-friendly PHP client for [Zanox](https://developer.zanox.com/).

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/zanox-php
```

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

```
