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 2w ago

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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

2622d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1110587?v=4)[Kaweb](/maintainers/kaweb)[@kaweb](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k371.6k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M11](/packages/checkout-checkout-sdk-php)[clicksend/clicksend-php

301.6M11](/packages/clicksend-clicksend-php)

PHPackages © 2026

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