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

ActiveLibrary[API Development](/categories/api)

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 today

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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

2424d 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.9k556.2M21.4k](/packages/laravel-framework)[craftcms/cms

Craft CMS

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

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[civicrm/civicrm-core

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

762297.9k53](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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