PHP library for integration with the Binga.ma API (v1.1) in a fast and simple way.
PHP => 7.2+
Composer
NOTE: this version 1.1.* requires php 7.2+ (php supported versions)
The best way to install the library is to use Composer
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:
<?php
require_once 'vendor/autoload.php';You're now ready to begin using the library.
Copyright (c) 2018 Abdessamad MOUDARIR, released under the MIT License
- Completing Documentation.
- Adding Some Examples.
