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

ActiveLibrary

maxmadknight/ripple-api
=======================

A PHP API for interacting with Ripple

v1.0.2(7y ago)010MITPHPPHP ^7.1

Since Sep 11Pushed 6y agoCompare

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

READMEChangelogDependencies (3)Versions (5)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 maxmadknight/ripple-api
```

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

Usage
-----

[](#usage)

Use the Ripple

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

$ripple = new \MaxMadKnight\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/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 88.1% 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 ~157 days

Total

4

Last Release

2329d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7248751?v=4)[Michael O.](/maintainers/maxmadknight)[@maxmadknight](https://github.com/maxmadknight)

---

Top Contributors

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

---

Tags

data-api-v2rippleripple-libiexbaseripple-apiripple-libripple-phpripple-rest-api

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[drupal/core-recommended

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

6939.5M343](/packages/drupal-core-recommended)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)

PHPackages © 2026

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