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

ActiveLibrary[API Development](/categories/api)

iexbase/ripple-api
==================

A PHP API for interacting with Ripple

v2.0(5y ago)98299[1 issues](https://github.com/iexbase/ripple-api/issues)MITPHPPHP ^7.1CI failing

Since Sep 11Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)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 iexbase/ripple-api
```

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);

dump($ripple->getAccount());
```

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/)

Donations
---------

[](#donations)

Ripple: rKhWrsiQpUhcdjH3CkM8feHxcrsjSnEx9m

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

2038d ago

Major Versions

v1.0.3 → v2.02020-10-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/1747fec3b944d4004689d4a8e6b154c6cb357c647616d8b4082ef300a5e9804f?d=identicon)[Shamsudin](/maintainers/Shamsudin)

---

Top Contributors

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

---

Tags

phprippleripple-librippleapiripplediexbaseripple-apiripple-libripple-php

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[iexbase/tron-api

A PHP API for interacting with Tron (Trx)

437136.9k8](/packages/iexbase-tron-api)

PHPackages © 2026

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