PHPackages                             kaweb/honeycomb - 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. kaweb/honeycomb

ActiveLibrary[API Development](/categories/api)

kaweb/honeycomb
===============

A library for interacting with the Inventory Hive API built using PHP 7

1.0.0(7y ago)0321[3 PRs](https://github.com/kaweb/honeycomb/pulls)MITPHPPHP &gt;=7.0.0

Since Apr 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kaweb/honeycomb)[ Packagist](https://packagist.org/packages/kaweb/honeycomb)[ Docs](https://inventoryhive.co.uk)[ RSS](/packages/kaweb-honeycomb/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Honeycomb
=========

[](#honeycomb)

A library for interacting with the Property Reporting API built using PHP

Please consult the [API documentation](https://www.propertyreporting.co.uk/api/documentation) for endpoint parameters.

Installation
============

[](#installation)

composer
--------

[](#composer)

Execute the following command to get the latest version of the package:

```
composer require kaweb/honeycomb

```

Examples
========

[](#examples)

Create a connection to the Inventory Hive API with your login details:

```
use Kaweb\Honeycomb\Application as Honeycomb;

$honeycomb = new Honeycomb([
	'username' => '',
	'password' => '',
	'client_id' => '',
	'client_secret' => '',
]);
```

Each object supports `create`, `retrieve`, `update` and `delete` RESTful actions

Access all user data

```
$honeycomb->users()->retrieve();
```

Access a specific user's data

```
$honeycomb->users()->retrieve(123);
```

Update a specific user's data

```
$honeycomb->users()->update(123 [
	'first_name' => 'Busy',
	'last_name' => 'Bee'
]);
```

Delete a specific user

```
$honeycomb->users()->delete(123);
```

Some objects have custom actions as defined in the [API Documentation](https://www.propertyreporting.co.uk/api/documentation)

Register a new company

```
$honeycomb->companies()->register([
	"email" =>            "example@propertyreporting.co.uk",
    "first_name" =>       "Buzzy",
    "last_name" =>        "Bee",
    "phone" =>            "123456789",
    "description" =>      "Landlord",
    "company_name" =>     "Inventory Hive",
]);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2572d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8b7b7396267463d8d493f93e0a50b7961b7d0da4c6d2aebb64751c4adfa1255?d=identicon)[kaweb](/maintainers/kaweb)

---

Top Contributors

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

---

Tags

apiInventoryHive

### Embed Badge

![Health badge](/badges/kaweb-honeycomb/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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