gueststream/flipkey

Flipkey data API wrapper.

1.0 2015-03-24 17:47 UTC

This package is auto-updated.

Last update: 2024-04-27 22:01:16 UTC


README

############ 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.