PHPackages                             rmasters/inbox - 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. rmasters/inbox

ActiveLibrary[API Development](/categories/api)

rmasters/inbox
==============

PHP wrapper for the Inbox API

392[1 issues](https://github.com/rmasters/inbox-php/issues)PHP

Since Aug 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rmasters/inbox-php)[ Packagist](https://packagist.org/packages/rmasters/inbox)[ RSS](/packages/rmasters-inbox/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Inbox
=====

[](#inbox)

A PHP wrapper around the [Inbox](https://www.inboxapp.com/) API.

[![Build Status](https://camo.githubusercontent.com/bafec1c1bf99d4b7761e565934a686a6846f64af485050dddf293c7f1c8f3906/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f726d6173746572732f696e626f782d7068702e737667)](https://travis-ci.org/rmasters/inbox-php)[![Coverage Status](https://camo.githubusercontent.com/674113c09efe8f96d91a470891f8b61ca99c9ae98bea212cae14578c304322b5/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f726d6173746572732f696e626f782d7068702e737667)](https://coveralls.io/r/rmasters/inbox-php)[![Latest Stable Version](https://camo.githubusercontent.com/704327138271b723c869fca388f8d1bf0421a66a98e22005db40a873c270b6e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726d6173746572732f696e626f782e737667)](https://packagist.org/packages/rmasters/inbox)[![License](https://camo.githubusercontent.com/0f17347ef09b82db5a2c260161f8a3d8ba8df5f15d4fe0ce8bef60d8dc4b1dc2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726d6173746572732f696e626f782e737667)](https://packagist.org/packages/rmasters/inbox)

Installation
------------

[](#installation)

This Composer package is named `rmasters/inbox` on Packagist. You can install it:

- using the Composer tool: `composer require "rmasters/inbox:~1"`,
- or by adding to your composer.json's `require` section: `"rmasters/inbox": "~1"`.

This package is early on in development - expect the API to change a little until a v1.0 stable release.

Requirements
------------

[](#requirements)

- An Inbox server ([open-source](https://github.com/inboxapp/inbox#readme) or [hosted](https://www.inboxapp.com/)),
- PHP 5.4+.
- Released under an [MIT License](LICENSE).

Usage
-----

[](#usage)

Take a look over the [API documentation](https://www.inboxapp.com/docs/api#overview) first, to familiarise yourself with the Inbox concepts.

```
// Specify a custom server, or use inboxapp.com by default
$inbox = new Inbox\Inbox('http://127.0.0.1:5555/');

// Get namespace (email account) information
$accountId = 'awa6ltos76vz5hvphkp8k17nt';
$account = $inbox->account($accountId); // => Account

// Get messages
$inbox->messages($account)->all(); // => Message[]
$inbox->messages($accountId)->get($messageId); // => Message
```

Orientation
-----------

[](#orientation)

A few notes and things to watch out for:

- Given that `namespace` is a reserved word in PHP, Namespaces are referred to as Accounts.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34284?v=4)[Ross Masters](/maintainers/rmasters)[@rmasters](https://github.com/rmasters)

---

Top Contributors

[![rmasters](https://avatars.githubusercontent.com/u/34284?v=4)](https://github.com/rmasters "rmasters (11 commits)")[![ollietb](https://avatars.githubusercontent.com/u/342090?v=4)](https://github.com/ollietb "ollietb (1 commits)")

### Embed Badge

![Health badge](/badges/rmasters-inbox/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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