PHPackages                             kilvn/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. [API Development](/categories/api)
4. /
5. kilvn/ripple-lib

ActiveLibrary[API Development](/categories/api)

kilvn/ripple-lib
================

A PHP API for interacting with Ripple RPC

v1.0.0(5y ago)0151MITPHPPHP ^7.4CI failing

Since May 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kilvn/ripple-lib)[ Packagist](https://packagist.org/packages/kilvn/ripple-lib)[ RSS](/packages/kilvn-ripple-lib/feed)WikiDiscussions master Synced 4w ago

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

 Ripple API

=============

[](#--ripple-api--)

####  A PHP API for interacting with the XRP PRC Ledger

[](#--a-php-api-for-interacting-with-the-xrp-prc-ledger)

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

[](#installation)

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed. Once composer is installed, execute the following command in your project root to install this library:

Installation is possible using Composer.

If you don't already use Composer, you can download the composer.phar binary:

```
> curl -sS https://getcomposer.org/installer | php
```

Then install the library:

```
> composer require kilvn/ripple-lib -vvv
```

Usage
-----

[](#usage)

Use the Ripple

```
$url = 'https://s1.ripple.com:51234';
$address = "r9kiSEUEw6iSCNksDVKf9k3AyxjW3r1qPf";

$ripple = new \Kilvn\RippleAPI\RippleRpcClient($url);
$balance = $ripple->account_info(['account' => $address]);
dump($balance);
```

Features
--------

[](#features)

- Issue [rippled API](https://ripple.com/build/rippled-apis/) requests
- Listen to events on the XRP Ledger (transaction, ledger, etc.)
- Sign and submit transactions to the XRP Ledger

More Information
----------------

[](#more-information)

- [Ripple Developer Center](https://ripple.com/build/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2180d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16423601?v=4)[Amazing Watermelon](/maintainers/kilvn)[@kilvn](https://github.com/kilvn)

---

Top Contributors

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

---

Tags

rippleripple-apiripple-libripple-phpkilvnripple-rpc-api

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[jovix/dataforseo-clientv3

PHP Client for DataForSeo

22103.6k](/packages/jovix-dataforseo-clientv3)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-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)
