PHPackages                             firdavs/faucetpay - 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. firdavs/faucetpay

ActiveLibrary[Payment Processing](/categories/payments)

firdavs/faucetpay
=================

Fuacetpay payment api

1.1.0(3y ago)121MITPHP

Since May 7Pushed 3y ago1 watchersCompare

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

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

PHP Faucetpay API Client
------------------------

[](#php-faucetpay-api-client)

This is a PHP package for the [Faucetpay](https://faucetpay.io/) API. It provides an easy-to-use interface for interacting with the Faucetpay API, which allows you to send and receive cryptocurrency payments.

### Installation

[](#installation)

To use this package, you can install it via composer:

```
composer require firdavs/faucetpay

```

For public all vendor config file:

```
php artisan vendor:publish --provider="Firdavs\FaucetPackageServiceProvider" --tag="config"

```

Add env file faucetpay api key:

```
FAUCETPAY_API_KEY=your_api

```

### Usage

[](#usage)

First, you need to create an instance of the `Firdavs\Faucetpay` class:

```
use Firdavs\Faucetpay;

$faucetpay = new Faucetpay();
```

By default, the constructor will use the `test123465` API key and `BTC` cryptocurrency. You can override these values by specifying them in the `config/faucetpay.php` file in your Laravel application.

#### Get Balance

[](#get-balance)

You can get the balance of your Faucetpay account by calling the `getBalance` method:

```
$balance = $faucetpay->getBalance();
```

By default, it will return the balance of the `BTC` cryptocurrency. You can specify a different cryptocurrency by passing its symbol as a parameter:

```
$balance = $faucetpay->getBalance('ETH');
```

#### List of All Crypto

[](#list-of-all-crypto)

You can get a list of all cryptocurrencies supported by Faucetpay by calling the `currencies` method:

```
$currencies = $faucetpay->currencies();
```

#### Check Address

[](#check-address)

You can check if a given address belongs to a Faucetpay user by calling the `checkAddress` method:

```
$address = '...'; // Replace with the address you want to check
$result = $faucetpay->checkAddress($address);
```

#### Send Payment

[](#send-payment)

You can send cryptocurrency payments to any Faucetpay address by calling the `send` method:

```
$address = '...'; // Replace with the address you want to send to
$amount = 0.001; // Replace with the amount you want to send
$result = $faucetpay->send($address, $amount);
```

By default, it will send a payment in the `BTC` cryptocurrency. You can specify a different cryptocurrency by passing its symbol as a third parameter:

```
$result = $faucetpay->send($address, $amount, 'ETH');
```

#### List of Recent Transactions

[](#list-of-recent-transactions)

You can get a list of your recent transactions by calling the `recent` method:

```
$transactions = $faucetpay->recent($count = 10, $cripto = '');
```

### Credits

[](#credits)

This package was created by [Firdavs Sharipov](https://github.com/firdavs9512).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

1100d ago

### Community

Maintainers

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

---

Top Contributors

[![Nobody9512](https://avatars.githubusercontent.com/u/89482141?v=4)](https://github.com/Nobody9512 "Nobody9512 (11 commits)")[![Firdavs9512](https://avatars.githubusercontent.com/u/102187486?v=4)](https://github.com/Firdavs9512 "Firdavs9512 (2 commits)")

### Embed Badge

![Health badge](/badges/firdavs-faucetpay/health.svg)

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

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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