PHPackages                             gueststream/flipkey - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gueststream/flipkey

ActiveLibrary[API Development](/categories/api)

gueststream/flipkey
===================

Flipkey data API wrapper.

1.0(11y ago)03.4k2MITPHPPHP &gt;=5.4.0

Since Mar 24Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Gueststream-Inc/flipkey)[ Packagist](https://packagist.org/packages/gueststream/flipkey)[ Docs](https://github.com/jhoughtelin/flipkey)[ RSS](/packages/gueststream-flipkey/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Flipkey API Wrapper
===================

[](#flipkey-api-wrapper)

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

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

Install
-------

[](#install)

Via Composer

```
$ composer require gueststream/flipkey
```

Usage
-----

[](#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
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Josh Houghtelin](https://github.com/JHoughtelin)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4073d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f32ae1f0bf9491a59f474478c6344e37034667512769884f00d31c8d1568757?d=identicon)[druid628](/maintainers/druid628)

![](https://www.gravatar.com/avatar/7aea4da17736ad903e2235995e50fb1534472b3f79baa431e870a1ffdbb6610d?d=identicon)[devops-notifications@tnsinc.com](/maintainers/devops-notifications@tnsinc.com)

---

Top Contributors

[![jhoughtelin](https://avatars.githubusercontent.com/u/6137941?v=4)](https://github.com/jhoughtelin "jhoughtelin (7 commits)")

---

Tags

apireviewsflipkey

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gueststream-flipkey/health.svg)

```
[![Health](https://phpackages.com/badges/gueststream-flipkey/health.svg)](https://phpackages.com/packages/gueststream-flipkey)
```

###  Alternatives

[teepluss/api

Laravel 4 Internal Request (HMVC)

7034.0k](/packages/teepluss-api)[dan/shopify-api

Shopify API for PHP

218.1k](/packages/dan-shopify-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
