bebound / sdk-php
Simple library to implement Be-Bound on a PHP 7 backend
Requires
- php: ^7.1 || ^7.2
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.0
Requires (Dev)
- pds/skeleton: ^1.0
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^7.0
- roave/security-advisories: @dev
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-11-17 23:07:25 UTC
README
Simple library to implement Be-Bound on a PHP 7 backend
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