magnussolution/magnusbilling-api
最新稳定版本:1.3
Composer 安装命令:
composer require magnussolution/magnusbilling-api
包简介
PHP wrapper for the MagnusBilling API.
README 文档
README
PHP wrapper for the MagnusBilling API. https://www.magnusbilling.org
How to Install connect and read using API: https://www.youtube.com/watch?v=wamWtzpKLeA
Como instalar e conectar no seu MagnusBilling: https://www.youtube.com/watch?v=fJ8tpDHSa8I
Requirements
The minimum requirement by MagnusBilling API is that your Web server supports PHP 5.4.
Installation
To install MagnusBilling API package you can run this simple command
composer require magnussolution/magnusbilling-api
Usage
require_once "vendor/autoload.php"; use magnusbilling\api\magnusBilling; $magnusBilling = new MagnusBilling('API KEY', 'SECRET KEY'); $magnusBilling->public_url = "http://1.1.1.1/mbilling"; // Your MagnusBilling URL //read data from user module $result = $magnusBilling->read('user');
Donate
You can support this project by continuously donations to
- BTC wallet:
1CUfiWYMSf7gDYH5w54ukqzFv2NRcY97ff - ETH wallet:
0x74b1a21084e6226e65a679d65d6e8a4c8bf0b3de
统计信息
- 总下载量: 4.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-01