PHPackages                             volkandm/advcash - 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. [Payment Processing](/categories/payments)
4. /
5. volkandm/advcash

ActiveLaravel-package[Payment Processing](/categories/payments)

volkandm/advcash
================

Advcash Libary For Laravel

029PHP

Since Sep 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/volkandm/advcash)[ Packagist](https://packagist.org/packages/volkandm/advcash)[ RSS](/packages/volkandm-advcash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Advcash API for Laravel by Volkan AYDIN
=======================================

[](#advcash-api-for-laravel-by-volkan-aydin)

Hello, this plugin I developed for a project has the entire advcash library. But I will add facade support as I need it. The following functions are working.

Install
-------

[](#install)

```
composer require volkandm/advcash

```

Edit your .env file add following variables;

```
#VOLKANDM ADVCASH
ADVCASH_API_NAME=YOUR_API_NAME
ADVCASH_API_EMAIL=YOUR_API_EMAIL
ADVCASH_API_PASS=YOUR_API_PASSWORD

```

Examples
--------

[](#examples)

**Sending Money**

```
$adv = new Volkandm\Advcash\Advcash();
$adv->SendMoney(1, "email or walletid", "USD", "Payment Note");

```

You can use email or wallet id to sending money.

***Response***

```
Array(
    "success" => 1 // if it's 0, transaction is failed
    "response" => "Error or success message"
)

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3af80d14ac5a7270e84e773514700d537d9f1c6656e6e1d8816cfc930ef42bca?d=identicon)[volkandm](/maintainers/volkandm)

---

Top Contributors

[![volkandm](https://avatars.githubusercontent.com/u/54119838?v=4)](https://github.com/volkandm "volkandm (3 commits)")

### Embed Badge

![Health badge](/badges/volkandm-advcash/health.svg)

```
[![Health](https://phpackages.com/badges/volkandm-advcash/health.svg)](https://phpackages.com/packages/volkandm-advcash)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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