2017 © Pedro Peláez
 

library api-php-client

A PHP client library for accessing Infomaniak APIs.

image

infomaniak/api-php-client

A PHP client library for accessing Infomaniak APIs.

  • Thursday, March 2, 2017
  • by cedtaz
  • Repository
  • 5 Watchers
  • 3 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

infomaniak's logo api-php-client

Introduction

infomaniak/api-php-client is a PHP client for Infomaniak API. This client will provide documentation of the services available, describing URIs, HTTP methods and input parameters., (*1)

Installation

You can install infomaniak/api-php-client using Composer:, (*2)

Quick integration with the following command:, (*3)

composer require infomaniak/api-php-client

Or add it to the require section of your project's composer.json., (*4)

"infomaniak/api-php-client": "0.1"

Usage

```php <?php, (*5)

require 'vendor/autoload.php'; use Infomaniak\Api;, (*6)

$token = '123456789'; $client = new Api(['token' => $token]);, (*7)

// Ping example $result = $client->ping(); print_r($result);, (*8)

// List mailbox example $result = $client->listMailbox( array( 'id' => 123456789, 'with' => '*' ) ); print_r($result);, (*9)

The Versions

02/03 2017

dev-master

9999999-dev

A PHP client library for accessing Infomaniak APIs.

  Sources   Download

The Requires

 

01/03 2017

0.1.01

0.1.01.0

A PHP client library for accessing Infomaniak APIs.

  Sources   Download

The Requires

 

01/03 2017

0.1

0.1.0.0

A PHP client library for accessing Infomaniak APIs.

  Sources   Download

The Requires