2017 © Pedro Peláez
 

library adbutler-php

AdButler PHP Library

image

adbutler/adbutler-php

AdButler PHP Library

  • Friday, August 25, 2017
  • by baig
  • Repository
  • 5 Watchers
  • 2 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 8 Versions
  • 44 % Grown

The README.md

AdButler PHP bindings

Travis Packagist Pre Release Total Downloads License, (*1)

You can sign up for an AdButler account at https://adbutler.com., (*2)

If you are looking for documentation, go here: https://adbutler.com/docs/api?php, (*3)

Requirements

  1. AdButler account
  2. PHP 5.6 or later

Installation

Composer

You can install the bindings via Composer. Run the following command:, (*4)

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., (*5)

To use the bindings, use Composer's autoload:, (*6)

require_once('vendor/autoload.php');

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file., (*7)

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

Getting Started

Simple usage looks like:, (*8)

\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

Please see https://adbutler.com/docs/api for up-to-date documentation., (*9)

License

© 2016–2019 SparkLIT. Released under the MIT license., (*10)

The Versions

25/08 2017

dev-master

9999999-dev https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

25/08 2017

v1.0.6

1.0.6.0 https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

16/08 2017

v1.0.5

1.0.5.0 https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

13/07 2017

v1.0.4-beta

1.0.4.0-beta https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

12/07 2017

v1.0.3-beta

1.0.3.0-beta https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

12/07 2017

v1.0.2-beta

1.0.2.0-beta https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

05/04 2017

v1.0.1-beta

1.0.1.0-beta https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving

16/02 2017

v1.0.0-beta

1.0.0.0-beta https://adbutler.com/

AdButler PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json *
  • ext-mbstring *

 

The Development Requires

api adbutler ad serving