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

ActiveLibrary

codemenco/advcash
=================

9453PHP

Since Aug 20Pushed 4y agoCompare

[ Source](https://github.com/codemenco/advcash)[ Packagist](https://packagist.org/packages/codemenco/advcash)[ RSS](/packages/codemenco-advcash/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)DependenciesVersions (1)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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

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/cee444a81c92bc2c4ae6b4b5a7a45a174823e3ac3a37f025c83001a0a040b750?d=identicon)[codemenco](/maintainers/codemenco)

---

Top Contributors

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

---

Tags

advcashbitcoincryptocryptocurrencyexchange

### Embed Badge

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

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

PHPackages © 2026

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