Download the PHP package addressix/addressixapi-client-php without Composer
On this page you can find all versions of the php package addressix/addressixapi-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download addressix/addressixapi-client-php
More information about addressix/addressixapi-client-php
Files in addressix/addressixapi-client-php
Download addressix/addressixapi-client-php
More information about addressix/addressixapi-client-php
Files in addressix/addressixapi-client-php
Vendor addressix
Package addressixapi-client-php
Short Description Client library for Addressix API
License Apache-2.0
Homepage https://github.com/addressix/addressixapi-client-php
Package addressixapi-client-php
Short Description Client library for Addressix API
License Apache-2.0
Homepage https://github.com/addressix/addressixapi-client-php
Please rate this library. Is it a good library?
Informations about the package addressixapi-client-php
Addressix API PHP Client
Installation
You can either use Composer or directly use the git source.
Using Composer
To install via composer follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
Be sure to include the composer autoload in your project
Using Git
Usage
Initialization
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)
Optional options:
- endpoint (String): Overwrite the default Addressix API endpoint
- verifyssl (boolean): wheter to verify the SSL peer (default true)
Obtain the Apps Client ID and Secret on Create API Application
All versions of addressixapi-client-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.1
The package addressix/addressixapi-client-php contains the following files
Loading the files please wait ....