PHPackages                             money-go/money-go-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. money-go/money-go-api

ActiveLibrary[API Development](/categories/api)

money-go/money-go-api
=====================

Api for money go wallet

1.40(3y ago)0401MITPHPPHP ^7.2.5 || ^8.0

Since Apr 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ishaburov/moneygo_api)[ Packagist](https://packagist.org/packages/money-go/money-go-api)[ Docs](https://api.money-go.com)[ RSS](/packages/money-go-money-go-api/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (2)Dependencies (2)Versions (7)Used By (0)

Api for MoneyGo wallet
======================

[](#api-for-moneygo-wallet)

Install
-------

[](#install)

composer require money-go/money-go-api

Api documentation
-----------------

[](#api-documentation)

####

[](#httpsmoneygodocsapiaryio)

Usage
-----

[](#usage)

### 1. Get CLIENT\_ID and CLIENT\_SECRET by contacting us

[](#1-get-client_id-and-client_secret-by-contacting-us)

### 2. Get access\_token using method

[](#2-get-access_token-using-method)

- set client id
- set client secret
- get response using the method send
- get access\_token and set the token to ApiProvider class

```
$apiProvider = new MoneyGoApi();
    $clientId = '';
    $secret = '';

    $accessToken = $apiProvider->getToken()
    ->setClientId($clientId)
    ->setClientSecret($secret)
    ->send()
    ->getAccessToken();

    $apiProvider->setAccessToken($accessToken);

```

### 3. Available methods

[](#3-available-methods)

#### Get information about my account

[](#get-information-about-my-account)

```
$apiProvider->getMe()
        ->send()
        ->getResult()

```

#### Get information about available wallets in your account

[](#get-information-about-available-wallets-in-your-account)

```
$apiProvider->getWallets()
        ->send()
        ->getResult()

```

#### Search client wallet's which use MoneyGo wallet

[](#search-client-wallets-which-use-moneygo-wallet)

[https://api.money-go.com/api/wallets/search/WALLET\_CODE](https://api.money-go.com/api/wallets/search/WALLET_CODE)

```
$apiProvider->searchWallet()
        ->setWalletNumber('CLIENT_WALLET_NUMBER')
        ->send()
        ->getResult()

```

#### Check exists client wallet's which use MoneyGo wallet

[](#check-exists-client-wallets-which-use-moneygo-wallet)

[https://api.money-go.com/api/wallet-exists?number\_to=&amp;number\_from=](https://api.money-go.com/api/wallet-exists?number_to=&number_from=)

```
   $apiProvider->walletExists()
        ->setWalletFromNumber('CLIENT_WALLET_NUMBER')
        ->setWalletToNumber('YOUR_WALLET_NUMBER')
        ->send()
        ->getResult()

```

#### Withdraw money to moneyGO client wallet's

[](#withdraw-money-to-moneygo-client-wallets)

```
  $apiProvider->transfer()
        ->setWalletFromNumber(YOUR_WALLET_NUMBER')
        ->setWalletToNumber(CLIENT_WALLET_NUMBER')
        ->setAmount(0.1)
        ->setPaymentId('EXAMPLE_PAYMENT_INFO')
        ->setDescription('EXAMPLE_DESCRIPTION')
        ->send()
        ->getResult()

```

#### Get all currencies which are used on MoneyGo

[](#get-all-currencies-which-are-used-on-moneygo)

```
$apiProvider->currencies()
        ->send()
        ->getResult()

```

#### Processing checkout(Create payment link, deposit your account)

[](#processing-checkoutcreate-payment-link-deposit-your-account)

```
 $apiProvider->processingCheckout()
        ->setSecret('FORM_SECRET_KEY')
        ->setId('EXAMPLE_PAYMENT_INFO')
        ->setAmount(1)
        ->setUserInfo('EXAMPLE USER_INFO') //PLEASE fill user_info with unique user value
        ->setWalletToNumber('YOUR_WALLET_NUMBER')
        ->setWalletFromNumber('CLIENT_WALLET_NUMBER')
        ->setSuccessUrl('SUCCESS_URL') // link where redirect user after success
        ->setStatusUrl('STATUS_URL') // link where you get payment status e.g https://webhook.site
        ->setCancelUrl('CANCEL_URL') // link where redirect user after cancel
        ->send()
        ->getResult()

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~136 days

Recently: every ~170 days

Total

6

Last Release

1170d ago

PHP version history (2 changes)1.00PHP ^7.0

1.1PHP ^7.2.5 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3fc58bce43457a6536410c57edf58be2e69fc50cc6e15222f236836dcfa4f32?d=identicon)[nkfrez](/maintainers/nkfrez)

---

Top Contributors

[![ishaburov](https://avatars.githubusercontent.com/u/33578398?v=4)](https://github.com/ishaburov "ishaburov (20 commits)")[![VladimirAfonin](https://avatars.githubusercontent.com/u/22343015?v=4)](https://github.com/VladimirAfonin "VladimirAfonin (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/money-go-money-go-api/health.svg)

```
[![Health](https://phpackages.com/badges/money-go-money-go-api/health.svg)](https://phpackages.com/packages/money-go-money-go-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
