PHPackages                             evan45245/monerophplaravel - 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. evan45245/monerophplaravel

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

evan45245/monerophplaravel
==========================

A Monero library written in PHP by the Monero-Integrations team forked for integration in Laravel framework

0141PHP

Since Feb 14Pushed 8y agoCompare

[ Source](https://github.com/evan45245/monerophplaravel)[ Packagist](https://packagist.org/packages/evan45245/monerophplaravel)[ RSS](/packages/evan45245-monerophplaravel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Monero Library
==============

[](#monero-library)

A Monero library written in PHP by the [Monero Integrations](https://monerointegrations.com) [team](https://github.com/monero-integrations/monerophp/graphs/contributors).

How It Works
------------

[](#how-it-works)

This library has 3 main parts:

1. A Monero daemon JSON RPC API wrapper, `daemonRPC.php`
2. A Monero wallet (`monero-wallet-rpc`) JSON RPC API wrapper, `walletRPC.php`
3. A Monero/Cryptonote toolbox, `cryptonote.php`, with both lower level functions used in Monero related cryptograhy and higher level methods for things like generating Monero private/public keys.

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://user-images.githubusercontent.com/4107993/38056594-b6cd6e14-3291-11e8-96e2-a771b0e9cee3.png)](https://user-images.githubusercontent.com/4107993/38056594-b6cd6e14-3291-11e8-96e2-a771b0e9cee3.png)

Documention
-----------

[](#documention)

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

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

[](#configuration)

### Requirements

[](#requirements)

- Monero daemon (`monerod`)
- 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 Monero daemon (`monerod`) on testnet.

```
monerod --testnet --detach
```

2. Start the Monero wallet RPC interface (`monero-wallet-rpc`) on testnet.

```
monero-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 `monerod` and `monero-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 Monero daemon and wallet will be displayed.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0246ca02108cf0a211da4b001e1698aceae175c3fb2d543db03134b6a71b6309?d=identicon)[evan45245](/maintainers/evan45245)

---

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 (83 commits)")[![cryptochangements34](https://avatars.githubusercontent.com/u/29288694?v=4)](https://github.com/cryptochangements34 "cryptochangements34 (52 commits)")[![SynaptSea](https://avatars.githubusercontent.com/u/36235551?v=4)](https://github.com/SynaptSea "SynaptSea (10 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)")[![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)")

### Embed Badge

![Health badge](/badges/evan45245-monerophplaravel/health.svg)

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

###  Alternatives

[laminas/laminas-code

Extensions to the PHP Reflection API, static code scanning, and code generation

1.9k185.4M172](/packages/laminas-laminas-code)[onokumus/metismenu

A jQuery menu plugin

2.0k263.3k5](/packages/onokumus-metismenu)[xiaodi/think-pinyin

ThinkPHP 中文转拼音扩展包

344.6k](/packages/xiaodi-think-pinyin)

PHPackages © 2026

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