承接 magnussolution/magnusbilling-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Total Downloads License Ethereum donate button Bitcoin donate button

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');

Read the wiki to more detais.

Donate

You can support this project by continuously donations to

  • BTC wallet: 1CUfiWYMSf7gDYH5w54ukqzFv2NRcY97ff
  • ETH wallet: 0x74b1a21084e6226e65a679d65d6e8a4c8bf0b3de

统计信息

  • 总下载量: 4.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 6
  • Forks: 13
  • 开发语言: Python

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-08-01