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

ActiveLibrary[API Development](/categories/api)

exads/exads-api-client-php
==========================

Exads API client

v1.3.1(7y ago)1970.4k↓16.7%20[6 issues](https://github.com/EXADS/exads-api-client-php/issues)[1 PRs](https://github.com/EXADS/exads-api-client-php/pulls)MITPHPPHP &gt;=5.4

Since Mar 6Pushed 5y ago36 watchersCompare

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

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

Exads API PHP Client
====================

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

A simple Object Oriented wrapper for Exads API, written with PHP5.

See Exads API's documentation.

Features
--------

[](#features)

- Follows PSR-0 conventions and coding standard: autoload friendly
- API entry points implementation state :
- Campaign
- Collection
- Login
- Payment
- Site
- Statistics
- User
- Zones

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

[](#requirements)

- PHP &gt;= 5.4
- The PHP [cURL](http://php.net/manual/en/book.curl.php) extension
- The PHP [JSON](http://php.net/manual/en/book.json.php) extension
- [PHPUnit](https://phpunit.de/) &gt;= 4.0 (optional) to run the test suite

Install
-------

[](#install)

### Composer

[](#composer)

[Composer](http://getcomposer.org/download/) users can simply run:

```
$ composer require exads/exads-api-client-php
```

at the root of their projects. To utilize the library, include Composer's `vendor/autoload.php` in the scripts that will use the `Exads` classes.

For example,

```
