PHPackages                             kilvn/ripple-api - 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-api

ActiveLibrary[API Development](/categories/api)

kilvn/ripple-api
================

A PHP API for interacting with Ripple

v1.0.5(5y ago)017[1 PRs](https://github.com/kilvn/ripple-api/pulls)MITPHPPHP ^7.4

Since Sep 11Pushed 3y agoCompare

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

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

 Ripple API

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

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

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

[](#--a-php-api-for-interacting-with-the-xrp-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-api -vvv
```

Additional examples are available in the [examples](examples/) directory

Usage
-----

[](#usage)

Use the Ripple

```
$address = "";
$secret_key = "";

$ripple = new \IEXBase\RippleAPI\Ripple($address, $secret_key = "");

//$account = $ripple->getAccount();
//dump($account);
$balance = $ripple->getAccountBalances();
dump($balance);
```

Features
--------

[](#features)

- Forked from [iexbase/ripple-api](https://github.com/iexbase/ripple-api), transfered to english and fixed some bug.
- 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/)

Donations(iexbase)
------------------

[](#donationsiexbase)

Ripple: rKhWrsiQpUhcdjH3CkM8feHxcrsjSnEx9m

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 88.4% 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 ~123 days

Recently: every ~154 days

Total

6

Last Release

2188d ago

PHP version history (2 changes)1.0PHP ^7.1

v1.0.4PHP ^7.4

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

rippleiexbaseripple-apiripple-libripple-phpkilvnripple-rest-api

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[iexbase/tron-api

A PHP API for interacting with Tron (Trx)

437136.9k8](/packages/iexbase-tron-api)[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)

PHPackages © 2026

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