PHPackages                             bebound/sdk-php - 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. bebound/sdk-php

ActiveLibrary[API Development](/categories/api)

bebound/sdk-php
===============

Simple library to implement Be-Bound on a PHP 7 backend

v0.3.0(8y ago)131GPL-3.0-or-laterPHPPHP ^7.1 || ^7.2

Since Mar 19Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Be-Bound/sdk-php)[ Packagist](https://packagist.org/packages/bebound/sdk-php)[ RSS](/packages/bebound-sdk-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

Be-Bound PHP SDK
================

[](#be-bound-php-sdk)

Simple library to implement Be-Bound on a PHP 7 backend

[![Latest Stable Version](https://camo.githubusercontent.com/42c216a3caeae74df6eeff888bfb03e7b5b35cb24ca6559b80160e4ede317392/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265626f756e642f73646b2d7068702e737667)](https://packagist.org/packages/bebound/sdk-php)[![Build Status](https://camo.githubusercontent.com/2938f366b7146c105229a285a31908a1c014d3d2fdaa02cf55e2d54e9f96eaaf/68747470733a2f2f7472617669732d63692e6f72672f42652d426f756e642f73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Be-Bound/sdk-php)[![GitHub issues](https://camo.githubusercontent.com/bb93ea2476ca038d13cd1fffbacebc47b08613796879cf2b18d5446309b0f582/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f42652d426f756e642f73646b2d7068702e737667)](https://github.com/Be-Bound/sdk-phpissues)[![License](https://camo.githubusercontent.com/f52d4975c20c0fb5f38b0178af6b2f73ed4eac9b339585c878b82a206e9944fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6265626f756e642f73646b2d7068702e737667)](https://packagist.org/packages/bebound/sdk-php)

Why ?
-----

[](#why-)

Be-Bound PHP SDK will allow you to concentrate your development only on your business domain. Authentication, operations dispatching, Be-Bound Errors, formatting of the responses are handled by the library.

### What is Be-Bound ?

[](#what-is-be-bound-)

[Be-Bound's platform](https://www.be-bound.com) helps you develop Android applications with the possibility to reach users that are still not connected to the Internet.

By integrating [Be-Bound](https://www.be-bound.com)’s SDK into your Android apps, and implementing your Be-App Webhooks, **your users will stay connected to your apps even when there is no internet**.

### Learn More about Be-Bound

[](#learn-more-about-be-bound)

- [Be-Bound Documentation](https://be-bound.readme.io/docs)

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

[](#installation)

Be-Bound PHP SDK works with **PHP 7.1.0 or newer**. For older PHP version please consider [N4B PHP library](https://packagist.org/packages/n4b/n4b).

It's recommended that you use [Composer](https://getcomposer.org/) to install Be-Bound PHP SDK.

```
$ composer require bebound/sdk-php
```

This will install Be-Bound PHP SDK and all required dependencies.

About
-----

[](#about)

### Security, bugs and feature requests

[](#security-bugs-and-feature-requests)

Bugs and feature request are tracked on [GitHub](https://github.com/Be-Bound/sdk-php/issues)

If you discover any security related issues, please email  instead of using the issue tracker.

### Author

[](#author)

Lionel Brianto -

### License

[](#license)

Be-Bound PHP SDK is licensed under the GNU General Public License - see the `LICENSE` file for details

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Every ~1 days

Total

4

Last Release

2977d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e9b7f8d80699cd213a0c14239d82ecd508752ba305502bf5b30b1fe13c4773d?d=identicon)[Kinobi](/maintainers/Kinobi)

---

Top Contributors

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

---

Tags

be-boundhandlermiddlewaren4bpsr-15psr-7pushsdk-phpwebhookmiddlewaresdkpushhandlerpsr-15webhookBe-Boundn4b

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bebound-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/bebound-sdk-php/health.svg)](https://phpackages.com/packages/bebound-sdk-php)
```

###  Alternatives

[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[yiisoft/yii-middleware

Yii Middleware

21151.3k1](/packages/yiisoft-yii-middleware)[mezzio/mezzio-authentication

Authentication middleware for Mezzio and PSR-7 applications

121.6M26](/packages/mezzio-mezzio-authentication)[jimtools/jwt-auth

PSR-15 JWT Authentication middleware, A replacement for tuupola/slim-jwt-auth

20142.3k3](/packages/jimtools-jwt-auth)[phps-cans/psr7-middleware-graphql

This package contains a http-interop middleware implementation to handle graphql request

1528.7k](/packages/phps-cans-psr7-middleware-graphql)[segrax/open-policy-agent

Open Policy Agent client and PSR-7, PSR-15 Authorization Middleware

212.0k](/packages/segrax-open-policy-agent)

PHPackages © 2026

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