PHPackages                             adbutler/adbutler-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. adbutler/adbutler-php

ArchivedLibrary[API Development](/categories/api)

adbutler/adbutler-php
=====================

AdButler PHP Library

v1.0.6(8y ago)36.8k↓33.3%3[2 PRs](https://github.com/adbutler/adbutler-php/pulls)MITPHPPHP &gt;=5.3.3

Since Feb 16Pushed 2mo ago6 watchersCompare

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

READMEChangelogDependencies (1)Versions (9)Used By (0)

Warning

**This repository is deprecated and no longer maintained.**It may not be compatible with current software versions and is not recommended for direct use in production environments. This repository is provided as-is and should be used as a guideline for custom integrations only.

AdButler PHP bindings
=====================

[](#adbutler-php-bindings)

[![Travis](https://camo.githubusercontent.com/19c0349d0e4191e6fc76022ae6c0a63d1bc61d4fd730787ec64b32274d144763/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f61646275746c65722f61646275746c65722d7068702e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/adbutler/adbutler-php)[![Packagist Pre Release](https://camo.githubusercontent.com/464bb0db3f9d0012dd46b366d3ca985333ee4a892756d4725937e8089d1249bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f61646275746c65722f61646275746c65722d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adbutler/adbutler-php)[![Total Downloads](https://camo.githubusercontent.com/96fc7b31b9fe364f2e7ee0059bb6142c5f07cf203405a1ef7c13dcc372db030f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646275746c65722f61646275746c65722d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adbutler/adbutler-php)[![License](https://camo.githubusercontent.com/489f231b868a6f964a73d6f46b101f948b1bd6337e8fdbd79712af881f229aea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61646275746c65722f61646275746c65722d7068702e7376673f7374796c653d666c61742d737175617265)](https://github.com/adbutler/adbutler-php/blob/master/LICENSE)

You can sign up for an AdButler account at .

If you are looking for documentation, go here:

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

[](#requirements)

1. [AdButler account](https://adbutler.com/)
2. PHP 5.6 or later

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

[](#installation)

### Composer

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require adbutler/adbutler-php
```

If you are installing a beta version, then you need to mention the version tag too e.g. `composer require adbutler/adbutler-php 1.0.4-beta`.

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

### Manual Installation

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/adbutler/adbutler-php/releases). Then, to use the bindings, include the `init.php` file.

```
require_once('/path/to/adbutler-php/init.php');
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
\AdButler\API::init(array('api_key' => '45e8fca2dc0f896fd7cb4cb0031ba249'));

$advertiser = \AdButler\Advertiser::create(array(
  "can_change_password" => true,
  "can_add_banners" => true,
  "email" => "demo.advertiser@adbutler.com",
  "name" => "Demo Advertiser",
  "password" => "some_password"
));

echo $advertiser;
```

Documentation
-------------

[](#documentation)

Please see  for up-to-date documentation.

License
-------

[](#license)

© 2016–2019 SparkLIT. Released under the MIT license.

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance61

Regular maintenance activity

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 56.7% 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 ~31 days

Recently: every ~10 days

Total

7

Last Release

3179d ago

### Community

Maintainers

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

---

Top Contributors

[![baig](https://avatars.githubusercontent.com/u/231639?v=4)](https://github.com/baig "baig (17 commits)")[![sanakhet](https://avatars.githubusercontent.com/u/1117054?v=4)](https://github.com/sanakhet "sanakhet (10 commits)")[![dharton](https://avatars.githubusercontent.com/u/16567395?v=4)](https://github.com/dharton "dharton (2 commits)")[![trevoradbutler](https://avatars.githubusercontent.com/u/42976142?v=4)](https://github.com/trevoradbutler "trevoradbutler (1 commits)")

---

Tags

ad-serveradbutlerapiphpapiadbutlerad serving

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adbutler-adbutler-php/health.svg)

```
[![Health](https://phpackages.com/badges/adbutler-adbutler-php/health.svg)](https://phpackages.com/packages/adbutler-adbutler-php)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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