PHPackages                             aither/aither-easy-php - 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. aither/aither-easy-php

ActiveLibrary[API Development](/categories/api)

aither/aither-easy-php
======================

A simple class for making calls to Aither's RPC API using PHP

053PHP

Since Jul 8Pushed 7y agoCompare

[ Source](https://github.com/aithercore/aither-easy-php)[ Packagist](https://packagist.org/packages/aither/aither-easy-php)[ RSS](/packages/aither-aither-easy-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Aitherp
=======

[](#aitherp)

By Alexandre (aka elbereth) Devilliers

A simple class for making calls to Dash's RPC API using PHP.

Getting Started:
----------------

[](#getting-started)

1. Include aitherp.php into your PHP script:

    `require_once('aitherp.php');`
2. Initialize Dash connection/object:

    `$aither = new \aither\Aitherp('username','password');`

    Optionally, you can specify a host, port. Default is HTTP on localhost port 9998.

    `$aither = new \aither\Aitherp('username','password','localhost','9998');`

    If you wish to make an SSL connection you can set an optional CA certificate or leave blank `$aither->setSSL('/full/path/to/mycertificate.cert');`
3. Make calls to dashd as methods for your object. Examples:

    `$aither->getinfo();`
    `$aither->getrawtransaction('0e3e2357e806b6cdb1f70b54c3a3a17b6714ee1f0e68bebb44a74b1efd512098',1);`
    `$aither->getblock('000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f');`
    `$aither->mnbudget('show');`

Additional Info:
----------------

[](#additional-info)

- When a call fails for any reason, it will return false and put the error message in $aither-&gt;error
- The HTTP status code can be found in $aither-&gt;status and will either be a valid HTTP status code or will be 0 if cURL was unable to connect.
- The full response (not usually needed) is stored in $aither-&gt;response while the raw JSON is stored in $aither-&gt;raw\_response

Contribution Info
-----------------

[](#contribution-info)

Original code is licenced under MIT.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c13aa1264179fed5f82829201f576f7ab9d0b25364c0c2d778434a3245736e0?d=identicon)[flus38765](/maintainers/flus38765)

---

Top Contributors

[![flus38765](https://avatars.githubusercontent.com/u/39729389?v=4)](https://github.com/flus38765 "flus38765 (10 commits)")[![elbereth](https://avatars.githubusercontent.com/u/1632446?v=4)](https://github.com/elbereth "elbereth (9 commits)")[![aceat64](https://avatars.githubusercontent.com/u/348675?v=4)](https://github.com/aceat64 "aceat64 (3 commits)")[![axelay](https://avatars.githubusercontent.com/u/774963?v=4)](https://github.com/axelay "axelay (2 commits)")

### Embed Badge

![Health badge](/badges/aither-aither-easy-php/health.svg)

```
[![Health](https://phpackages.com/badges/aither-aither-easy-php/health.svg)](https://phpackages.com/packages/aither-aither-easy-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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