定制 imskm/magnusbilling-api-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

imskm/magnusbilling-api-php

Composer 安装命令:

composer require imskm/magnusbilling-api-php

包简介

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

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-29