PHPackages                             larvelfaucet/expresscrypto - 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. larvelfaucet/expresscrypto

ActiveLibrary[Payment Processing](/categories/payments)

larvelfaucet/expresscrypto
==========================

(Unofficial) Package to operate ExpressCrypto Microwallet for Cryptocurrencies. Official website: www.expresscrypto.io

0161[2 PRs](https://github.com/larvelfaucet/expresscrypto/pulls)PHP

Since Dec 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/larvelfaucet/expresscrypto)[ Packagist](https://packagist.org/packages/larvelfaucet/expresscrypto)[ RSS](/packages/larvelfaucet-expresscrypto/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

expresscrypto
=============

[](#expresscrypto)

(Unofficial) Package to operate ExpressCrypto Microwallet for Cryptcurrencies. Official website: [www.expresscrypto.io](http://www.expresscrypto.io).

### Installation

[](#installation)

Install **ExpressCrypto Package** from composer.

`composer require larvelfaucet/expresscrypto`

### Usage

[](#usage)

```
use larvelfaucet\ExpressCrypto;

$apiKey = '--API Key--';
$userToken = '--User Token--';

$client = new Expresscrypto\ApiClient($apiKey, $userToken);

// getBalance will take default currency BTC and
// empty IP address. You can give them if you need.
$response = $client->getBalance();

// To get all available Currencies
$response = $client->getAvailableCurrencies();

```

All responses from API calls will be the object of **ApiResponse** from the namespace **larvelfaucet\\ExpressCrypto**. ApiResponse will have default *status* and *message* attribute for you to decide whether the call successfully completed. All other data from API call will be available at **ApiResponse::data** Object.

```
// From getBalance function, you can get the balance in Satoshi as mentioned below:
$response->data->balance

```

### Available Functions

[](#available-functions)

- **getBalance** returns *ApiResponse*
    - *String* Currency (optional)
    - *String* User IP (optional)
- **getAvailableCurrencies** returns *ApiResponse*
    - *String* User IP (optional)
- **getAvailableMethods** return *Array*
- **checkUserHash** returns *ApiResponse*
    - *String* User ID (required)
    - *String* User IP (optional)
- **sendPayment** returns *ApiResponse*
    - *String* User ID (required)
    - *int* Amount (required) in Satoshi
    - *String* Currency (required)\[Default: BTC\]
    - *String* User IP (optional)
- **sendReferralCommission** returns *ApiResponse*
    - *String* User ID (required)
    - *int* Amount (required) in Satoshi
    - *String* Currency (required)\[Default: BTC\]
    - *String* User IP (optional)
- **getListOfSites** return *ApiResponse*
    - *String* User IP (optional)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/15efdf294a9f5fbccdb732f0d2b8d7aba86b7defd7c3888de70d51c5eab54715?d=identicon)[larvelfaucet](/maintainers/larvelfaucet)

---

Top Contributors

[![larvelfaucet](https://avatars.githubusercontent.com/u/59379678?v=4)](https://github.com/larvelfaucet "larvelfaucet (10 commits)")[![vinogcs](https://avatars.githubusercontent.com/u/2647210?v=4)](https://github.com/vinogcs "vinogcs (1 commits)")

### Embed Badge

![Health badge](/badges/larvelfaucet-expresscrypto/health.svg)

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

###  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)
