2017 © Pedro Peláez
 

library api

PHP client for Pananames APIv2

image

pananames/api

PHP client for Pananames APIv2

  • Friday, May 4, 2018
  • by pananames
  • Repository
  • 0 Watchers
  • 1 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 25 % Grown

The README.md

Pananames.com API

  • API version: 2.0.0

Requirements

PHP 5.5 and later, (*1)

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:, (*2)

{
    "require": {
        "pananames/api": "^2.0"
    }
}

Then run composer install, (*3)

Manual Installation

Download the files and include autoload.php:, (*4)

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

Getting Started

Please follow the installation procedure and then run the following:, (*5)

check('domain-example.com');

if ($response->hasErrors()) {
    $errors = $response->getErrors();

    //Log etc.

    return;
}

$data = $response->getData();

$httpCode = $response->getHttpCode();

$isSuccessful = $response->isSuccessful();

$isAvailable = $data->getAvailable();
$isPremium = $data->getPremium();

?>

Documentation

The Versions

04/05 2018

dev-master

9999999-dev https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

04/05 2018

2.0.6

2.0.6.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

05/02 2018

2.0.5

2.0.5.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

18/12 2017

2.0.4

2.0.4.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

21/09 2017

2.0.3

2.0.3.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

19/09 2017

2.0.2

2.0.2.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

19/09 2017

2.0.1

2.0.1.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

MIT

The Requires

 

The Development Requires

api php sdk restful domains pananames

11/09 2017

2.0.0

2.0.0.0 https://pananames.com

PHP client for Pananames APIv2

  Sources   Download

proprietary

The Requires

 

The Development Requires

api php sdk restful domains pananames