PHPackages                             eziteq/eziteq-api\_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. eziteq/eziteq-api\_php

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

eziteq/eziteq-api\_php
======================

PHP API Wrapper

v1.0.0(11y ago)019MITPHPPHP &gt;=5.3.9

Since Apr 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Eziteq/EziteqAPI_PHP)[ Packagist](https://packagist.org/packages/eziteq/eziteq-api_php)[ Docs](http://eziteq.no)[ RSS](/packages/eziteq-eziteq-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Eziteq

[![Build Status](https://camo.githubusercontent.com/f0678efabe8fe5d9bd82cb55ab8fafbec171f8c51b7a0090e867432b2a2cb63e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f457a697465712f457a697465714150495f5048502e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Eziteq/EziteqAPI_PHP)[![Latest Stable Version](https://camo.githubusercontent.com/eab8a06c70ffbe6d1680295a4758479bcc0a5d2d2741b4f7d0749ce87f0dd1df/68747470733a2f2f706f7365722e707567782e6f72672f657a697465712f657a697465712d6170695f7068702f762f737461626c652e737667)](https://packagist.org/packages/eziteq/eziteq-api_php)

A PHP 5.3+ wrapper for Eziteq API requests.

\##Installation You can install **EziteqAPI\_PHP** via composer or by downloading the source.

#### Via Composer:

[](#via-composer)

**EziteqAPI\_PHP** is available on the Packagist as the [`eziteq/eziteq-api_php`](https://packagist.org/packages/eziteq/eziteq-api_php) package.

```
{
    "require": {
        "eziteq/eziteq-api_php": "{version}"
    }
}
```

#### Via ZIP file:

[](#via-zip-file)

[Click here to download the source (.zip)](https://github.com/eziteq/EziteqAPI_PHP/zipball/master) which includes all dependencies.

Once you download the library, move the EziteqAPI\_PHP folder to your project directory and then include the wrapper file:

```
require '/path/to/EziteqAPI_PHP/EziteqAPI.php';

```

and you're good to go!

\##Requirements

PHP 5.3.9 (or higher) is required. If you have access, PHP 5.4 (or higher) is *highly* recommended for its performance improvements.

### Documentation

[](#documentation)

Contact Eziteq for a API access and documentation.

\###Example usage

```
