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(6y ago)0151MITPHPPHP ^7.4CI failing

Since May 20Pushed 6y 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 3w 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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2234d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M19.9k](/packages/laravel-framework)[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M415](/packages/drupal-core-recommended)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)

PHPackages © 2026

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