PHPackages                             fedemotta/yii2-appnexusapiclient - 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. fedemotta/yii2-appnexusapiclient

ActiveYii2-extension[API Development](/categories/api)

fedemotta/yii2-appnexusapiclient
================================

AppNexus API client for yii2

v1.2(11y ago)1661MITPHP

Since Mar 13Pushed 11y ago2 watchersCompare

[ Source](https://github.com/fedemotta/yii2-appnexusapiclient)[ Packagist](https://packagist.org/packages/fedemotta/yii2-appnexusapiclient)[ RSS](/packages/fedemotta-yii2-appnexusapiclient/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

A Simple AppNexus API client for yii2
=====================================

[](#a-simple-appnexus-api-client-for-yii2)

This extension provides the [AppNexus API client](https://github.com/f3ath/AppNexusClient) integration for the Yii2 framework.

[![Latest Stable Version](https://camo.githubusercontent.com/6f782682cc25b17484215b42c582bd1f950e2b9cfc16707c401d10a92fa386ec/68747470733a2f2f706f7365722e707567782e6f72672f666564656d6f7474612f796969322d6170706e65787573617069636c69656e742f762f737461626c65)](https://packagist.org/packages/fedemotta/yii2-appnexusapiclient) [![Total Downloads](https://camo.githubusercontent.com/3ab1dbe2c94fc7b3575189f107d1f7f9703db72c07713525a872da3724911d57/68747470733a2f2f706f7365722e707567782e6f72672f666564656d6f7474612f796969322d6170706e65787573617069636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/fedemotta/yii2-appnexusapiclient) [![Latest Unstable Version](https://camo.githubusercontent.com/a1c5667227b7e73e81cc53f0c996edc7952cb67ae47276401d8ffc7f93a1f0bb/68747470733a2f2f706f7365722e707567782e6f72672f666564656d6f7474612f796969322d6170706e65787573617069636c69656e742f762f756e737461626c65)](https://packagist.org/packages/fedemotta/yii2-appnexusapiclient) [![License](https://camo.githubusercontent.com/57e8be529f02b86846e889f9051caf539dd9666dad469c427125f7f7d7637864/68747470733a2f2f706f7365722e707567782e6f72672f666564656d6f7474612f796969322d6170706e65787573617069636c69656e742f6c6963656e7365)](https://packagist.org/packages/fedemotta/yii2-appnexusapiclient)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist fedemotta/yii2-appnexusapiclient "*"

```

or add

```
"fedemotta/yii2-appnexusapiclient": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'appnexusapiclient' => [
            'class' => 'fedemotta/appnexusapiclient/AppNexusApiClient',
            'username' => 'yourusername',
            'password' => 'yourpassword',
            'host' => 'http://api-console.client-testing.adnxs.net/', //or http:://api.appnexus.com
            'storage_type' => 'Apc', //available token storage are Array, Apc and Memcached
            'storage_type_settings' => ['prefix_',0], //specifies the storage type settings
        ],
    ],
];
```

Getting users from AppNexus:

```
$users = Yii::$app->appnexusapiclient->get('/user');
```

Modifying a publisher name in AppNexus:

```
Yii::$app->appnexusapiclient->put('/publisher?id=1',["publisher"=>["name"=>"The new name"]]);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

7

Last Release

4089d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8ab5bc7c60a7e6e78b4e838fa6645258053c8c144db4bfd519d3cdde9c9bd15?d=identicon)[fedemotta](/maintainers/fedemotta)

---

Top Contributors

[![fedemotta](https://avatars.githubusercontent.com/u/250785?v=4)](https://github.com/fedemotta "fedemotta (23 commits)")

---

Tags

apiclientyii2extensionappnexus

### Embed Badge

![Health badge](/badges/fedemotta-yii2-appnexusapiclient/health.svg)

```
[![Health](https://phpackages.com/badges/fedemotta-yii2-appnexusapiclient/health.svg)](https://phpackages.com/packages/fedemotta-yii2-appnexusapiclient)
```

###  Alternatives

[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.8k1](/packages/skeeks-yii2-google-api)[ignatenkovnikita/yii2-swagger

Swagger UI v3 intergation with yii2

128.1k](/packages/ignatenkovnikita-yii2-swagger)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

164.1k](/packages/mikemadisonweb-yii2-elasticsearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
