Skip to content

fabriciosprj/Telefonia-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagnusBilling API

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&t=111s

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

About

PHP Telefonia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%