PHPackages                             oasin/electrum - 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. oasin/electrum

ActiveLibrary

oasin/electrum
==============

Laravel Electrum Package

06PHP

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/oasin/electrum-laravel)[ Packagist](https://packagist.org/packages/oasin/electrum)[ RSS](/packages/oasin-electrum/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Electrum Package
========================

[](#laravel-electrum-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a2be6514dc52ada3033a1c088ad457675810339dda29a1fc7b80708c806d06e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6173696e2f656c65637472756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oasin/electrum)[![GitHub Tests Action Status](https://camo.githubusercontent.com/011f68046e3786d02c1e0e4c7b3d07de05f647c7904b93962137b7779025ac37/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6173696e2f656c65637472756d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/oasin/electrum/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/aabe34cc3785e19c9c8f562e26e816aae90b07b58008e8e88b3085155c602ac6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f6173696e2f656c65637472756d2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/oasin/electrum/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/dba45e16e7ba8185d6b656da78da813b3480f645df85bbc34b7da8040455ea2c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6173696e2f656c65637472756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/oasin/electrum)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require oasin/electrum
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Oasin\Electrum\ElectrumServiceProvider" --tag="electrum-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Oasin\Electrum\ElectrumServiceProvider" --tag="electrum-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$electrum = new Oasin\Electrum();
echo $electrum->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [oasin](https://github.com/oasin)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![oasin](https://avatars.githubusercontent.com/u/31675779?v=4)](https://github.com/oasin "oasin (5 commits)")

### Embed Badge

![Health badge](/badges/oasin-electrum/health.svg)

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

PHPackages © 2026

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