PHPackages                             vivebamba/bamba-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. [HTTP &amp; Networking](/categories/http)
4. /
5. vivebamba/bamba-sdk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

vivebamba/bamba-sdk-php
=======================

SDK for Bamba API

1.3.3(4y ago)06unlicensePHPPHP &gt;=7.2

Since May 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vivebamba/bamba-sdk-php)[ Packagist](https://packagist.org/packages/vivebamba/bamba-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/vivebamba-bamba-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (14)Used By (0)

bamba-sdk-php
=============

[](#bamba-sdk-php)

SDK for Bamba API

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/vivebamba/bamba-sdk-php.git"
    }
  ],
  "require": {
    "vivebamba/bamba-sdk-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
