PHPackages                             moudarir/binga - 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. moudarir/binga

ActiveLibrary[API Development](/categories/api)

moudarir/binga
==============

PHP library for integration with the Binga.ma API in a fast and simple way.

1.2.0(2y ago)021MITPHPPHP &gt;=7.2

Since Dec 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moudarir/binga)[ Packagist](https://packagist.org/packages/moudarir/binga)[ RSS](/packages/moudarir-binga/feed)WikiDiscussions master Synced 2d ago

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

[![Binga logo](https://camo.githubusercontent.com/d08991d30f96769d6751fadd7eab6ebdd6d0635cf154eaa0b76081607e6cc426/687474703a2f2f62696e67612e6d612f696d672f696d616765732f6c6f676f2e706e67)](https://camo.githubusercontent.com/d08991d30f96769d6751fadd7eab6ebdd6d0635cf154eaa0b76081607e6cc426/687474703a2f2f62696e67612e6d612f696d672f696d616765732f6c6f676f2e706e67)

PHP Library for Binga.ma
========================

[](#php-library-for-bingama)

[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://github.com/moudarir/binga/blob/master/LICENSE)

PHP library for integration with the Binga.ma API (v1.1) in a fast and simple way.

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

[](#requirements)

PHP =&gt; 7.2+
Composer

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

[](#installation)

> **NOTE:** this version 1.1.\* requires php 7.2+ ([php supported versions](http://php.net/supported-versions.php))

The best way to install the library is to use [Composer](https://getcomposer.org/)

If you haven't started using composer, I highly recommend you to use it.

In your `composer.json` file located at the root of your project, add the following code:

```
{
    "require": {
       "moudarir/binga": "^1.1"
    }
}

```

And then run:

```
composer install

```

Or just run :

```
composer require moudarir/binga

```

Add the autoloader to your project:

```
