PHPackages                             it-healer/laravel-litecoin - 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. it-healer/laravel-litecoin

ActiveLibrary

it-healer/laravel-litecoin
==========================

A library for Laravel that allows you to create and manage the Ethereum cryptocurrency.

v1.0.0(9mo ago)00MITPHPPHP ^8.2

Since Jul 23Pushed 9mo agoCompare

[ Source](https://github.com/it-healer/laravel-litecoin)[ Packagist](https://packagist.org/packages/it-healer/laravel-litecoin)[ Docs](https://github.com/it-healer/laravel-litecoin)[ RSS](/packages/it-healer-laravel-litecoin/feed)WikiDiscussions main Synced 1mo ago

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

[![Pest Laravel Expectations](https://camo.githubusercontent.com/c9071575d96a8167c0f4a425aaa00cfec8311d000bdfdb568fb2f9c725cc6ae7/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304c495445434f494e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d69742d6865616c65722532466c61726176656c2d6c697465636f696e267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c697465636f696e2b57616c6c65742b4c6962726172792b666f722b4c61726176656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/c9071575d96a8167c0f4a425aaa00cfec8311d000bdfdb568fb2f9c725cc6ae7/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304c495445434f494e2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d69742d6865616c65722532466c61726176656c2d6c697465636f696e267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4c697465636f696e2b57616c6c65742b4c6962726172792b666f722b4c61726176656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

[ ![Latest Version on Packagist](https://camo.githubusercontent.com/e9b9d31db45eb2201c9bf0eaeccd18310b44a74ceb93032087c53bc77f4b2071/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69742d6865616c65722f6c61726176656c2d657468657265756d2e7376673f7374796c653d666c61742663616368655365636f6e64733d33363030)](https://packagist.org/packages/it-healer/laravel-ethereum)[ ![Total Downloads](https://camo.githubusercontent.com/ea24513f54b5e1f56160d4fc418b4b32d6f13c88e2c57293239c93c82e437406/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69742d6865616c65722f6c61726176656c2d657468657265756d2e7376673f7374796c653d666c61742663616368655365636f6e64733d33363030)](https://packagist.org/packages/it-healer/laravel-ethereum)Laravel Litecoin
================

[](#laravel-litecoin)

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 it-healer/laravel-litecoin
```

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([
    ...,
    \ItHealer\LaravelLitecoin\LitecoinServiceProvider::class,
])->toArray(),

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

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

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

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [IT-HEALER](https://github.com/it-healer)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance56

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15c7b0b5787154594ced1057cfb7b08335edd3b2d387162b660296cc5e9af7d7?d=identicon)[it-healer](/maintainers/it-healer)

---

Top Contributors

[![it-healer](https://avatars.githubusercontent.com/u/222434019?v=4)](https://github.com/it-healer "it-healer (1 commits)")

---

Tags

blockchaincryptocryptocurrencylaravellibrarylitecoinltcphpphplaravellitecoinltcit-healer

### Embed Badge

![Health badge](/badges/it-healer-laravel-litecoin/health.svg)

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

###  Alternatives

[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[spatie/laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps

41290.2k1](/packages/spatie-laravel-mailcoach-sdk)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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