moudarir/binga
Composer 安装命令:
composer require moudarir/binga
包简介
PHP library for integration with the Binga.ma API in a fast and simple way.
README 文档
README
PHP Library for Binga.ma
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-01