2017 © Pedro Peláez
 

library api-sdk-php

To Island Travel's PHP SDK for API

image

titravel/api-sdk-php

To Island Travel's PHP SDK for API

  • Monday, February 22, 2016
  • by mbman
  • Repository
  • 11 Watchers
  • 1 Stars
  • 221 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

To Islands Travel API SDK for PHP

Latest Stable Version Total Downloads, (*1)

This repository contains To Islands Travel's PHP SDK and samples for our API, (*2)

Prerequisites

  • PHP 5.3 or above
  • curl extension must be enabled
  • json extension must be enabled
  • composer for fetching dependencies (See http://getcomposer.org)

Samples

Usage

To write an app that uses the SDK, (*3)

  • add titravel/api-sdk-php to your composer.json require list or copy the sample/composer.json to your project's root
  • run composer update --no-dev to fetch dependencies
  • obtain API credentials from To Islands Travel
  • now you are all set to make your first API call
$apiCredentials = new \TiTravel\Auth\Credentials($config['b2b'], $config['code']);

try {
    $params = array(
        'city_id' => null,
        'category_id' => null,
    );
    $properties = PropertiesInfo::all($params, $apiCredentials);
} catch (Exception $ex) {
    echo 'Exception:', $ex->getMessage(), PHP_EOL;
    exit(1);
}

print_r($properties->toArray());

The Versions

22/02 2016

dev-master

9999999-dev https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

22/02 2016

v0.2.3

0.2.3.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

05/10 2015

v0.2.2

0.2.2.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

01/10 2015

v0.2.1

0.2.1.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

29/04 2015

v0.2.0

0.2.0.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

29/04 2015

dev-ssl-on

dev-ssl-on https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

26/02 2014

v0.1.1

0.1.1.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel

13/01 2014

v0.1

0.1.0.0 https://github.com/toislandstravel/titravel-sdk-php

To Island Travel's PHP SDK for API

  Sources   Download

Apache2

The Requires

  • php >=5.3.0
  • ext-json *

 

api sdk titravel toislandstravel