2017 © Pedro Peláez
 

library addressixapi-client-php

Client library for Addressix API

image

addressix/addressixapi-client-php

Client library for Addressix API

  • Saturday, December 30, 2017
  • by mbaumer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 57 % Grown

The README.md

Addressix API PHP Client

Installation

You can either use Composer or directly use the git source., (*1)

Using Composer

To install via composer follow the installation instructions if you do not already have composer installed., (*2)

Once composer is installed, execute the following command in your project root to install this library:, (*3)

$ composer require addressix/addressixapi-client-php

Be sure to include the composer autoload in your project, (*4)

require_once '/path/to/your-project/vendor/autoload.php';

Using Git

$ git@github.com:addressix/addressixapi-client-php.git

Usage

Initialization

$client = new \AddressixAPI\Client(
  array('clientid' => '<CLIENTID>', 
        'secret' => '<SECRET>',
        'redirect_uri' => '<REDIRECT_URI>'
  ));

The Client takes a config array with the following mandatory parameters: - clientid (String): your apps client id - secret (String): your apps secret - redirect_uri (String): the oauth2callback url (which must be registered), (*5)

Optional options: - endpoint (String): Overwrite the default Addressix API endpoint - verifyssl (boolean): wheter to verify the SSL peer (default true), (*6)

Obtain the Apps Client ID and Secret on Create API Application, (*7)

The Versions

30/12 2017

dev-master

9999999-dev https://github.com/addressix/addressixapi-client-php

Client library for Addressix API

  Sources   Download

Apache-2.0

The Requires

  • php >=5.2.1

 

api php addressix

28/04 2017

1.2.1

1.2.1.0 https://github.com/addressix/addressixapi-client-php

Client library for Addressix API

  Sources   Download

Apache-2.0

The Requires

  • php >=5.2.1

 

api php addressix

20/02 2017

dev-public

dev-public https://github.com/addressix/addressixapi-client-php

Client library for Addressix API

  Sources   Download

Apache-2.0

The Requires

  • php >=5.2.1

 

api php addressix

08/01 2017

1.0.0

1.0.0.0 https://github.com/addressix/addressixapi-client-php

Client library for Addressix API

  Sources   Download

Apache-2.0

The Requires

  • php >=5.2.1

 

api php addressix