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

ActiveLibrary

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

PHP SDK for vLeap Relay service

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

Since Sep 27Pushed 7mo agoCompare

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

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

28

—

LowBetter than 54% of packages

Maintenance62

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

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

232d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76559572a8e6d0db59fecca3b299e219394ed0b90451588a092fddb78a1c9f5b?d=identicon)[michavie](/maintainers/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.6k509.9M17.0k](/packages/laravel-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[clerkinc/backend-php

2755.0k](/packages/clerkinc-backend-php)[dnsimple/dnsimple

The DNSimple API client for PHP.

11190.9k1](/packages/dnsimple-dnsimple)[polar-sh/sdk

4014.5k4](/packages/polar-sh-sdk)

PHPackages © 2026

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