GithubHelp home page GithubHelp logo

magnusbilling-api-php's People

Contributors

itsshimmer avatar magnussolution avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

magnusbilling-api-php's Issues

API no shell access and now?

If I don't have shell access can I just download the files and put them in my html folder? or does that not work?

Unable to update caller id

Hi there,

I am trying yo update the caller id but every time its throwing as error as "Failed to get user ID"

below is my script

public_url = "http://xyz.com/mbilling"; // Your MagnusBilling URL //get ID for username 24320 $id_user_result = $magnusBilling->getId('user', 'username', '24320'); // Check the result for more details echo "ID Retrieval Result: " . print_r($id_user_result, true) . PHP_EOL; // Check the result for more details echo "ID Retrieval Result: " . print_r($id_user_result, true) . PHP_EOL; // Check if the ID retrieval was successful if ($id_user_result['status'] === 'success') { $id_user = $id_user_result['data']['id']; // Define the new callerid value $newCallerID = '1234'; // Update the caller ID $updateResult = $magnusBilling->update('user', $id_user, ['callerid' => $newCallerID]); // Display the result of the update operation echo "Update Result: " . print_r($updateResult, true) . PHP_EOL; } else { echo "Failed to get user ID. Error: " . $id_user_result['message'] . PHP_EOL; echo "Details: " . print_r($id_user_result, true) . PHP_EOL; } Please suggest if i am doing something wrong. Thanks in advance

Unable to install

Hello all,
i am trying to install buy failed
I am getting below error

composer require magnussolution/magnusbilling-api
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]? y
./composer.json has been updated
Running composer update magnussolution/magnusbilling-api
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
No security vulnerability advisories found.
Using version ^1.3 for magnussolution/magnusbilling-api

Please help
Thanks

Sugestão de funções Ideias

Esta iniciativa da API acredito que vai ajudar muitos por ai
Mais vamos as sugestões

Função de deixar a conta do usuário inativo - (suspensão de conta)
função para deixar um DID inativo (suspendendo DID).
Ou
Função para suspender toda conta, (deixando inativo).

Função ler créditos do usuário.
Função para adicionar créditos no financeiro para o usuário.

Função para update do plano do cliente

Já é um grande começo implementar essas funções
OBS: talvez algumas dessas funções exista no script.
Sou leigo no assunto, não encontrei na documentação.

REST API For Magnus

We have a ReactJS frontend that needs to connect to magnums Billing. Can we get a Rest API for this ?
Or is magnus limited to php

Problem with the Rate module

When I try to do any operations with the 'rate' module using the api, an error occurs on the server and the response "Trying to access array offset on value of type null" is returned to me. I can't figure out on which side the problem is when working with other modules through the api there is no such problem. Can you suggest a solution?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.