Skyscanner PHP SDK

https://travis-ci.org/ardydedase/skyscanner-php-sdk.svg?branch=master https://img.shields.io/pypi/v/skyscanner.svg Documentation Status https://coveralls.io/repos/Skyscanner/skyscanner-php-sdk/badge.svg?branch=master&service=github

Skyscanner PHP SDK for Skyscanner’s API

Features

  • Tested on PHP 5.4, 5.5, 5.6 and HHVM
  • Supports Flights, Hotels, and Carhire

Installation

composer update

Running Tests

The recommended way of testing in your local machine is using Docker. This package includes a docker-compose file that is meant to run the unit tests on different PHP versions.

docker-compose run php54 phpunit

docker-compose run php55 phpunit

docker-compose run php56 phpunit