moudarir/binga

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

1.2.0 2024-03-20 02:55 UTC

This package is auto-updated.

Last update: 2024-04-20 03:10:43 UTC


README

Binga logo

PHP Library for Binga.ma

license

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

Requirements

PHP => 7.2+
Composer

Installation

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.

Examples

License

Copyright (c) 2018 Abdessamad MOUDARIR, released under the MIT License

TODO

  • Completing Documentation.
  • Adding Some Examples.