PHPackages                             sq-dev/wallex-sdk - 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. [API Development](/categories/api)
4. /
5. sq-dev/wallex-sdk

ActiveLibrary[API Development](/categories/api)

sq-dev/wallex-sdk
=================

Wallex.online integration sdk

v2.1.0(2y ago)09MITPHPPHP &gt;=7.4

Since Jul 13Pushed 2y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Wallex SDK
==========

[](#wallex-sdk)

Project Overview
----------------

[](#project-overview)

The Wallex SDK is a software development kit that provides a set of tools and utilities for integrating with the Wallex payment gateway.

Table of Contents
-----------------

[](#table-of-contents)

- [Getting Started](#getting-started)
    - [Installation](#installation)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)

Getting Started
---------------

[](#getting-started)

This section provides instructions on how to get started with the Wallex SDK.

### Installation

[](#installation)

```
composer require sq-dev/wallex-sdk
```

Features
--------

[](#features)

This section describes the main features and capabilities of the Wallex SDK.

### Feature 1: Create payment widget

[](#feature-1-create-payment-widget)

```
use Wallex\Widget;

$widget = new Widget(1, 'secret_key');

$url = $widget->cretePayment(
  'client@mail.ru',
  'Xiaomi 9T',
  1000,
  1,
  'Hello thanks for order',
  'Xiaomi 9T',
  'USDT',
  'rub',
  'ru'
); // Returns payment url
```

More information about the parameters can be found in the [documentation](https://wallex.online/api_for_payments#instr-api-pop).

### Feature 2: Verify payment

[](#feature-2-verify-payment)

```
use Wallex\Webhook;

$payment = new Webhook($_POST);
if ($payment->isVerified('secret_key') && $payment->isSuccess()) {
    // Payment success logic
    //F.e:
    $client = $payment->getClient(); // Get client email
    User::where('email', $client)
        ->update(['balance' => $payment->getAmount()]);
}
```

### Feature 3: Payouts

[](#feature-3-payouts)

```
use Wallex\Payout;

$payout = new Payout($merchantId, $secretKey);

$payout->cryptoPay($address, $amount, $currency);
```

More information about the parameters can be found in the [documentation](https://wallex.online/api_for_payments).

Contributing
------------

[](#contributing)

We welcome contributions from the developer community to improve the Wallex SDK. If you are interested in contributing to the Wallex SDK, please follow the steps below:

1. Fork the repository on GitHub.
2. Create a new branch for your feature or bug fix.
3. Make the necessary changes in your branch.
4. Write tests to ensure the changes are working as expected.
5. Submit a pull request with your changes.

License
-------

[](#license)

The Wallex SDK is licensed under the [MIT License](LICENSE).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~14 days

Total

5

Last Release

975d ago

Major Versions

v1.1.0 → 2.0.02023-09-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2a8fade5f2d40f4410f5e9963992b315ea635543f6686bf0d8bf2b21bd8f0b5?d=identicon)[sq-dev](/maintainers/sq-dev)

---

Top Contributors

[![sq-dev](https://avatars.githubusercontent.com/u/79777081?v=4)](https://github.com/sq-dev "sq-dev (8 commits)")

### Embed Badge

![Health badge](/badges/sq-dev-wallex-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sq-dev-wallex-sdk/health.svg)](https://phpackages.com/packages/sq-dev-wallex-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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