gueststream / flipkey
Flipkey data API wrapper.
Installs: 3 429
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.4.0
- guzzle/guzzle: ~3.7.0
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2024-10-27 23:12:24 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.