PHPackages                             vultuk/businessbox - 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. vultuk/businessbox

ActiveLibrary[API Development](/categories/api)

vultuk/businessbox
==================

API Integration with 'Your Business in a Box'

1.0.8(10y ago)01.6k[1 PRs](https://github.com/vultuk/businessinabox_api/pulls)MITPHPPHP &gt;=5.6CI failing

Since Aug 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vultuk/businessinabox_api)[ Packagist](https://packagist.org/packages/vultuk/businessbox)[ RSS](/packages/vultuk-businessbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

BusinessBox
===========

[](#businessbox)

Integration with Business in a Box API

Implementation
--------------

[](#implementation)

### Creating an Encryption object

[](#creating-an-encryption-object)

```
$encrypt = new Encrypt(
   '123456789',   // Public Key
   '123456789123456789123456789123456789123456789123456789',   // Secret Key
)

```

### Creating a client

[](#creating-a-client)

```
$client = Client::create([
    'title' => 'Mr',
    'first_name' => 'Bill',
    'surname' => 'Webber',
    'house_number' => '123',
    'address' => Client::combineAddress('123 Test Road', 'Testville', 'Testerton'),
    'postcode' => 'TE5 7ER',
    'telephone_no' => '01234567890',
]);

```

### Creating a product

[](#creating-a-product)

```
$pensionProduct = Pension::create([
    'reference' => '1234567',
    'would_you_like_a_review' => 'Yes',
    'is_currently_drawing_down' => 'No',
    'estimated_pension_value' => 15000,
    'provider_name' => 'Some Pension Co',
]);

```

### Creating an appointment

[](#creating-an-appointment)

```
$appointment = Appointment::create([
    new Carbon('2015-11-01 09:20'),
    'Knock Loudly'
]);

```

### Submitting to the remote API

[](#submitting-to-the-remote-api)

```
$result = Remote::request(
    $client,
    $pensionProduct,
    $appointment,
    'test-api/echo',
    'http://www.myurl.com/',
    $encrypt
);

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~0 days

Total

9

Last Release

3932d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c7e91345d56b22130ac26e6360a3f423509c83a4f76289622b218a03968264d?d=identicon)[vultuk](/maintainers/vultuk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vultuk-businessbox/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)

PHPackages © 2026

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