PHPackages                             kriosmane/wallet-explorer - 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. kriosmane/wallet-explorer

ActiveLibrary

kriosmane/wallet-explorer
=========================

Simple package for interacting with commons crypto wallet explorer

v2.4.1.2(4y ago)4507BSD-3-ClausePHPPHP ^7.1|^8.0

Since Jan 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/kriosmane/wallet-explorer)[ Packagist](https://packagist.org/packages/kriosmane/wallet-explorer)[ RSS](/packages/kriosmane-wallet-explorer/feed)WikiDiscussions master Synced 2mo ago

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/f5b98dc3bffcc2327eaade37030444c5906b2805e728bbff1ac467ff6549eba2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72696f736d616e652f77616c6c65742d6578706c6f7265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/wallet-explorer)[![Total Downloads](https://camo.githubusercontent.com/57afbd8dbd0d63694e062482a77f89b5c320802bed3058c2327dfc1d7aedb9c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72696f736d616e652f77616c6c65742d6578706c6f7265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/wallet-explorer)

Laravel Crypto Wallet Explorer
==============================

[](#laravel-crypto-wallet-explorer)

Simple package for interacting with commons crypto wallet explorer

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

[](#installation)

[PHP](https://php.net) 7.1+ and [Composer](https://getcomposer.org) are required.

To get the latest version simply run the code below in your project.

```
composer require kriosmane/wallet-explorer

```

Once is installed, you need to register the service provider: open up `config/app.php` and add the following to the `providers` key.

```
'providers' => [
    ...
    KriosMane\WalletExplorer\Providers\WalletExplorerServiceProvider::class,
    ...
]
```

Also, register the facade like so:

```
'aliases' => [
    ...
    'WalletExplorer' => KriosMane\WalletExplorer\Facades\WalletExplorer::class,
    ...
]
```

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

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="KriosMane\WalletExplorer\Providers\WalletExplorerServiceProvider"
```

A configuration-file named `walletexpolorer.php` with default settings will be placed in your `config` directory

Usage
-----

[](#usage)

Add the following line to your controller

```
use \WalletExplorer;

$balance = WalletExplorer::getBalance('BTC', '3JZq4atUahhuA9rLhXLMhhTo133J9rF97j');
```

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

[](#contributing)

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

How can I thank you?
--------------------

[](#how-can-i-thank-you)

As a programmer i need coffee to be productive, don't let my [cup](https://www.buymeacoffee.com/kriosmane) get emtpy

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!

Thanks! Krios Mane

License
-------

[](#license)

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

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity75

Established project with proven stability

 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 ~44 days

Total

20

Last Release

1821d ago

Major Versions

v1.0.3.4 → v2.0.12019-08-28

PHP version history (2 changes)v1.0.1PHP ^7.1

v2.4PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (49 commits)")

---

Tags

blockchaincrypto-walletcryptocurrencyexplorerlaravelwallet-explorerlaravelcryptowalletexplorerblockchain

### Embed Badge

![Health badge](/badges/kriosmane-wallet-explorer/health.svg)

```
[![Health](https://phpackages.com/badges/kriosmane-wallet-explorer/health.svg)](https://phpackages.com/packages/kriosmane-wallet-explorer)
```

###  Alternatives

[manamine/php-eos-rpc-sdk

PHP SDK for the EOS RPC API

207.5k](/packages/manamine-php-eos-rpc-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

233.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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