bebound/sdk-php

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

v0.3.0 2018-03-23 16:36 UTC

This package is auto-updated.

Last update: 2024-04-17 21:51:38 UTC


README

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

Latest Stable Version Build Status GitHub issues License

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 ?

Be-Bound's platform helps you develop Android applications with the possibility to reach users that are still not connected to the Internet.

By integrating Be-Bound’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

Installation

Be-Bound PHP SDK works with PHP 7.1.0 or newer. For older PHP version please consider N4B PHP library.

It's recommended that you use Composer to install Be-Bound PHP SDK.

$ composer require bebound/sdk-php

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

About

Security, bugs and feature requests

Bugs and feature request are tracked on GitHub

If you discover any security related issues, please email dev-backend@be-bound.com instead of using the issue tracker.

Author

Lionel Brianto - http://twitter.com/kinobiweb

License

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