PHPackages                             mollsoft/laravel-monero-module - 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. mollsoft/laravel-monero-module

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

mollsoft/laravel-monero-module
==============================

Laravel Monero Module

v1.0.11(11mo ago)3584MITJavaScriptPHP ^8.2

Since Dec 14Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/mollsoft/laravel-monero-module)[ Packagist](https://packagist.org/packages/mollsoft/laravel-monero-module)[ Docs](https://github.com/mollsoft/laravel-monero-module)[ RSS](/packages/mollsoft-laravel-monero-module/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Laravel Monero Module
=====================

[](#laravel-monero-module)

Organization of payment acceptance and automation of payments of XMR coins on the Monero blockchain.

### Installation

[](#installation)

You can install the package via composer:

```
composer require mollsoft/laravel-monero-module
```

After you can run installer using command:

```
php artisan monero:install
```

Optional, you can install Monero Wallet RPC using command:

```
php artisan monero:wallet-rpc
```

And run migrations:

```
php artisan migrate
```

Register Service Provider and Facade in app, edit `config/app.php`:

```
'providers' => ServiceProvider::defaultProviders()->merge([
    ...,
    \Mollsoft\LaravelMoneroModule\MoneroServiceProvider::class,
])->toArray(),

'aliases' => Facade::defaultAliases()->merge([
    ...,
    'Monero' => \Mollsoft\LaravelMoneroModule\Facades\Monero::class,
])->toArray(),
```

Add cron job, in file `app/Console/Kernel` in method `schedule(Schedule $schedule)` add

```
Schedule::command('monero:sync')
    ->everyMinute()
    ->runInBackground();

```

You must setup Supervisor, create file `/etc/supervisor/conf.d/monero.conf` with content (change user and paths):

```
[program:monero]
process_name=%(program_name)s
command=php /home/forge/example.com/artisan monero
autostart=true
autorestart=true
user=forge
redirect_stderr=true
stdout_logfile=/home/forge/example.com/monero.log
stopwaitsecs=3600

```

### Commands

[](#commands)

Monero Node sync with all wallets in here.

```
php artisan monero:node-sync [NODE ID]
```

Monero Wallet sync.

```
php artisan monero:wallet-sync [WALLET ID]
```

### For Developers

[](#for-developers)

Command for build JS script:

```
npm i
npm run build
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance51

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~53 days

Recently: every ~26 days

Total

12

Last Release

348d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/151442118?v=4)[MollSoft](/maintainers/MollSoft)[@mollsoft](https://github.com/mollsoft)

---

Top Contributors

[![danajwright](https://avatars.githubusercontent.com/u/4512490?v=4)](https://github.com/danajwright "danajwright (7 commits)")[![mollsoft](https://avatars.githubusercontent.com/u/151442118?v=4)](https://github.com/mollsoft "mollsoft (5 commits)")

---

Tags

laravelMoneromollsoftXMR

### Embed Badge

![Health badge](/badges/mollsoft-laravel-monero-module/health.svg)

```
[![Health](https://phpackages.com/badges/mollsoft-laravel-monero-module/health.svg)](https://phpackages.com/packages/mollsoft-laravel-monero-module)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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