PHPackages                             vleap/relay - 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. vleap/relay

ActiveLibrary[API Development](/categories/api)

vleap/relay
===========

PHP SDK for vLeap Relay service

v0.1.0(9mo ago)13MITPHPPHP ^8.1

Since Sep 27Pushed 9mo agoCompare

[ Source](https://github.com/vLeapGroup/relay-sdk-php)[ Packagist](https://packagist.org/packages/vleap/relay)[ RSS](/packages/vleap-relay/feed)WikiDiscussions main Synced today

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

Relay SDK
=========

[](#relay-sdk)

**Enable gasless transactions on MultiversX with just one line of code change.**

```
composer require vleap/relay
```

**Before:**

```
$result = $wallet->sendTransaction($transaction);
```

**After:**

```
$relayableTx = (new RelayClient(['project' => 'your-project-id']))->relay($transaction);
$result = $wallet->sendTransaction($relayableTx);
```

That's it! Your users now pay zero gas fees when they have a fresh wallet or low balance.

Examples
--------

[](#examples)

```
use VLeap\RelaySdk\RelayClient;

// Single transaction
$relayedTx = (new RelayClient(['project' => 'your-project-id']))->relay($transaction);

// Batch transactions
$relayedTxs = (new RelayClient(['project' => 'your-project-id']))->relayBatch($transactions);
```

Support
-------

[](#support)

- **GitHub**: [vLeap Group](https://github.com/vLeapGroup)
- **Telegram**:

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance58

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

279d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39144548?v=4)[Micha Vie](/maintainers/michavie)[@michavie](https://github.com/michavie)

---

Top Contributors

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

---

Tags

gaslessmultiversxrelayrelayersponsor

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vleap-relay/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[dnsimple/dnsimple

The DNSimple API client for PHP.

11222.7k1](/packages/dnsimple-dnsimple)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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