2017 © Pedro Peláez
 

library flipkey

Flipkey data API wrapper.

image

gueststream/flipkey

Flipkey data API wrapper.

  • Tuesday, March 24, 2015
  • by Houghtelin
  • Repository
  • 2 Watchers
  • 0 Stars
  • 639 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Flipkey API Wrapper

#

This class does nothing useful yet., (*1)

#

This is a simple FlipKey data API wrapper written in PHP., (*2)

Install

Via Composer, (*3)

``` bash $ composer require gueststream/flipkey, (*4)


## 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) ``` php $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., (*5)

Credits

License

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

The Versions

24/03 2015

dev-master

9999999-dev https://github.com/jhoughtelin/flipkey

Flipkey data API wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

api reviews flipkey

24/03 2015

1.0

1.0.0.0 https://github.com/jhoughtelin/flipkey

Flipkey data API wrapper.

  Sources   Download

MIT

The Requires

 

The Development Requires

api reviews flipkey