PHPackages                             stellitecoin/stellitephp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stellitecoin/stellitephp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stellitecoin/stellitephp
========================

A Stellite library written in PHP.

0.2(7y ago)1223MITPHPPHP &gt;=7.0.0

Since Jul 17Pushed 7y ago3 watchersCompare

[ Source](https://github.com/stellitecoin/stellitephp)[ Packagist](https://packagist.org/packages/stellitecoin/stellitephp)[ Docs](https://github.com/stelllitecoin/stellitephp)[ RSS](/packages/stellitecoin-stellitephp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

Stellite Library
================

[](#stellite-library)

A Stellite library written in PHP fork from [Monero Integrations](https://monerointegrations.com) [team](https://github.com/stellitecoin/stellitephp/graphs/contributors).

How To Use
----------

[](#how-to-use)

Using composer `composer require stellitecoin/stellitephp`

Include composer autoload `require_once __DIR__ . '/vendor/autoload.php';`

This library has 3 main parts. All libraries now uses PSR-4 namespacing.

1. A Stellite daemon JSON RPC API wrapper, ( `\Stellite\Rpc\Daemon` )
2. A Stellite wallet (`stellite-wallet-rpc`) JSON RPC API wrapper, ( `\Stellite\Rpc\Wallet` )
3. A Monero/Cryptonote toolbox, `cryptonote.php`, with both lower level functions used in Stellite related cryptography and higher level methods for things like generating Stellite private/public keys. (not yet refactored)

In addition to these features, there are other lower-level libraries included for portability, *eg.* an ed25519 library, a SHA3 library, *etc.*

Preview
-------

[](#preview)

[![Preview](https://raw.githubusercontent.com/stellitecoin/stellitephp/master/docs/Screen%20Shot%202018-07-16%20at%204.35.07%20PM.png)](https://raw.githubusercontent.com/stellitecoin/stellitephp/master/docs/Screen%20Shot%202018-07-16%20at%204.35.07%20PM.png)

Documentation
-------------

[](#documentation)

Documentation can be found in the [`/docs`](https://github.com/stellitecoin/stellitephp/tree/master/docs) folder.

Configuration
-------------

[](#configuration)

### Requirements

[](#requirements)

- Stellite daemon (`stellited`)
- Webserver with PHP, for example XMPP, Apache, or NGINX
    - cURL PHP extension for JSON RPC API(s)
    - GMP PHP extension for about 100x faster calculations (as opposed to BCMath)

Debian (or Ubuntu) are recommended.

### Getting Started

[](#getting-started)

1. Start the Stellite daemon (`stellited`) on testnet.

```
stellited --testnet --detach
```

2. Start the Stellite wallet RPC interface (`stellite-wallet-rpc`) on testnet.

```
stellite-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir /path/to/wallet/directory
```

3. Edit `example.php` with your the IP address of `stellited` and `stellite-wallet-rpc` (use `127.0.0.1:28081` and `127.0.0.1:28083`, respectively, for testnet.)
4. Serve `example.php` with your webserver (*eg.* XMPP, Apache/Apache2, NGINX, *etc.*) and navigate to it. If everything has been set up correctly, information from your Stellite daemon and wallet will be displayed.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~97 days

Total

2

Last Release

2758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dec398ddf8cb38cde5624d9ac30640739ca49aa560ce9022dd1286f9df448be4?d=identicon)[cryptoamity](/maintainers/cryptoamity)

---

Top Contributors

[![sneurlax](https://avatars.githubusercontent.com/u/4107993?v=4)](https://github.com/sneurlax "sneurlax (165 commits)")[![serhack](https://avatars.githubusercontent.com/u/27734319?v=4)](https://github.com/serhack "serhack (85 commits)")[![cryptochangements34](https://avatars.githubusercontent.com/u/29288694?v=4)](https://github.com/cryptochangements34 "cryptochangements34 (52 commits)")[![ahmyi](https://avatars.githubusercontent.com/u/630603?v=4)](https://github.com/ahmyi "ahmyi (30 commits)")[![mzk](https://avatars.githubusercontent.com/u/382475?v=4)](https://github.com/mzk "mzk (5 commits)")[![QuickBASIC](https://avatars.githubusercontent.com/u/7226914?v=4)](https://github.com/QuickBASIC "QuickBASIC (3 commits)")[![itssteven](https://avatars.githubusercontent.com/u/15109634?v=4)](https://github.com/itssteven "itssteven (1 commits)")[![rex4539](https://avatars.githubusercontent.com/u/227442?v=4)](https://github.com/rex4539 "rex4539 (1 commits)")[![gnock](https://avatars.githubusercontent.com/u/17928469?v=4)](https://github.com/gnock "gnock (1 commits)")[![danth](https://avatars.githubusercontent.com/u/28959268?v=4)](https://github.com/danth "danth (1 commits)")

---

Tags

jsonrpcjson-rpccryptocurrencycryptonoteStelliteXTLstellitedstellite-wallet-rpc

### Embed Badge

![Health badge](/badges/stellitecoin-stellitephp/health.svg)

```
[![Health](https://phpackages.com/badges/stellitecoin-stellitephp/health.svg)](https://phpackages.com/packages/stellitecoin-stellitephp)
```

###  Alternatives

[bitwasp/bitcoin-lib

Implementation of raw transactions in bitcoin, HD wallets, Electrum wallets, and other fun stuff.

13922.3k5](/packages/bitwasp-bitcoin-lib)[vohof/transmission

Awesome PHP JSON-RPC client library for Transmission

181.7k](/packages/vohof-transmission)[jimmerioles/bitcoin-currency-converter-php

A simple and lightweight bitcoin to currency converter and vice versa based on current exchange rates from your chosen provider: Coinbase, Coindesk, Bitpay and etc.

132.7k](/packages/jimmerioles-bitcoin-currency-converter-php)

PHPackages © 2026

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