PHPackages                             lessmore92/php-ripple-lib - 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. lessmore92/php-ripple-lib

ActiveLibrary

lessmore92/php-ripple-lib
=========================

PHP API for interacting with the XRP Ledger

v1.1.0(2y ago)25991[1 issues](https://github.com/lessmore92/php-ripple-lib/issues)MITPHPPHP &gt;7.2

Since Jan 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lessmore92/php-ripple-lib)[ Packagist](https://packagist.org/packages/lessmore92/php-ripple-lib)[ RSS](/packages/lessmore92-php-ripple-lib/feed)WikiDiscussions main Synced 6d ago

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

php-ripple-lib
==============

[](#php-ripple-lib)

PHP API for interacting with the XRP Ledger

Upgrade guzzle to version 7.\*

Min php supported version 7.2

Installation
------------

[](#installation)

`composer require lessmore92/php-ripple-lib`

Sample Usage
------------

[](#sample-usage)

```
require_once "vendor/autoload.php";

$options = [
    'server'  => 'https://s.altnet.rippletest.net:51234',
    'timeOut' => 5,
];

$api    = new \Lessmore92\Ripple\RippleAPI($options);
$server = $api->serverInfo();
var_dump($server);

$address = 'rEdhDpVvmryJcMNcFTzXW3hAmiCkUXUru6';
$balance = $api->accountInfo($address)->balance->toXrp();
var_dump($balance);

$txs = $api->accountTx($address, []);
var_dump($txs);

$fee = $api->getFee();
var_dump($fee);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~873 days

Total

2

Last Release

1071d ago

PHP version history (2 changes)v1.0.0PHP &gt;7

v1.1.0PHP &gt;7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1258149?v=4)[Mojtaba Bahrami](/maintainers/lessmore92)[@lessmore92](https://github.com/lessmore92)

---

Top Contributors

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

---

Tags

ripplexrpxrp-ledgerxrplripple-apiripple-blockchain

### Embed Badge

![Health badge](/badges/lessmore92-php-ripple-lib/health.svg)

```
[![Health](https://phpackages.com/badges/lessmore92-php-ripple-lib/health.svg)](https://phpackages.com/packages/lessmore92-php-ripple-lib)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

41.5k328.9k1](/packages/ccxt-ccxt)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)

PHPackages © 2026

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