PHPackages                             towoju5/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. towoju5/advcash

ActiveLibrary[Payment Processing](/categories/payments)

towoju5/advcash
===============

v0.1(1y ago)02.6kMITPHP

Since May 15Pushed 1y agoCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Advcash package
=======================

[](#laravel-advcash-package)

You can install it by running below command in the root folder of Laravel:

```
composer require codemenco/advcash

```

### Settings

[](#settings)

By default, receive routes are disabled. You can turn it on through ADVCASH\_DEF=true

To put your routes, such methods are available at the facade.

$route\_url - A clean link to the page(It is relate to SCI not API).

```
static setSuccessRoute(string $route_url): void
static setStatusRoute(string $route_url): void
static setFailRoute(string $route_url): void
```

### Add to .env

[](#add-to-env)

```
#SCI
ADVCASH_NAME=
ADVCASH_EMAIL=
ADVCASH_PASS=

#API
ADVCASH_API_NAME=
ADVCASH_API_EMAIL=
ADVCASH_API_PASS=

```

### If you need access to the view, run the command

[](#if-you-need-access-to-the-view-run-the-command)

```
php artisan vendor:publish --provider="Codemenco\Advcash\AdvcashServiceProvider"

```

### Events

[](#events)

```
Codemenco\Advcash\Events\AdvcashPaymentIncome (AdvcashConfirmResponse $payment)
Codemenco\Advcash\Events\AdvcashPaymentCancel (array $payment)
Codemenco\Advcash\Events\AdvcashPaymentStatus (AdvcashConfirmResponse $payment)

```

### Usage

[](#usage)

```
$formHtml = Advcash::createBitcoinRequest(float $amount, string $order_id): string
AdvcashApi::sendMoney(float $amount, 'EUR', string $email, string $note, false): string
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

724d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10d0b6560e7895f8e4b30e120cc5fca9e6a6472ce741a9c54779ba6f1ac6b158?d=identicon)[Towoju5](/maintainers/Towoju5)

---

Top Contributors

[![codemenco](https://avatars.githubusercontent.com/u/88877807?v=4)](https://github.com/codemenco "codemenco (31 commits)")[![towoju5](https://avatars.githubusercontent.com/u/40261626?v=4)](https://github.com/towoju5 "towoju5 (2 commits)")

---

Tags

laraveladvcash

### Embed Badge

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

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

###  Alternatives

[anandsiddharth/laravel-paytm-wallet

Integrate paytm wallet easily with this package. This package uses official Paytm PHP SDK's

104421.1k7](/packages/anandsiddharth-laravel-paytm-wallet)[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[threesquared/laravel-paymill

Laravel wrapper for the Paymill API

121.3k](/packages/threesquared-laravel-paymill)

PHPackages © 2026

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