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

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

mollsoft/laravel-litecoin-module
================================

Laravel Litecoin Module

v1.0.1(2y ago)142MITPHPPHP ^8.2

Since Dec 13Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel Litecoin Module
=======================

[](#laravel-litecoin-module)

Organization of payment acceptance and automation of payments of LTC coins on the Litecoin blockchain.

### Installation

[](#installation)

You can install the package via composer:

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

After you can run installer using command:

```
php artisan litecoin:install
```

And run migrations:

```
php artisan migrate
```

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

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

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

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

```
$schedule->command('litecoin:sync')
    ->everyMinute()
    ->runInBackground();

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

2

Last Release

932d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravellitecoinltcmollsoft

### Embed Badge

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

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

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[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)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

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

PHPackages © 2026

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