gueststream/flipkey

Flipkey data API wrapper.


Keywords
api, reviews, flipkey
License
MIT

Documentation

Flipkey API Wrapper

############ This class does nothing useful yet. ############

This is a simple FlipKey data API wrapper written in PHP.

Install

Via Composer

$ composer require gueststream/flipkey

Usage

In order to use this Library you'll need to know your FlipKey API Key, Remote ID and the Property Code (or flipkey ID for the given property)

$apiKey = "FlipKey API Key Goes Here";
$remoteId = "Remote ID Goes Here";
$propertyCode = "Property Code Goes Here";

$flipkey = new FlipKey\FlipKey($apiKey,$remoteId);
$property = $flipkey->getProperty($propertyCode);
print_r($property);

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.