PHPackages                             pxgamer/laravel-arionum - 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. [API Development](/categories/api)
4. /
5. pxgamer/laravel-arionum

Abandoned → [owenvoke/laravel-arionum](/?search=owenvoke%2Flaravel-arionum)Library[API Development](/categories/api)

pxgamer/laravel-arionum
=======================

A Laravel adapter for the Arionum PHP wrapper.

v2.0.0(5y ago)04MITPHPPHP ^7.4 || ^8.0

Since Sep 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/owenvoke/laravel-arionum)[ Packagist](https://packagist.org/packages/pxgamer/laravel-arionum)[ Fund](https://ecologi.com/owenvoke?gift-trees)[ GitHub Sponsors](https://github.com/owenvoke)[ RSS](/packages/pxgamer-laravel-arionum/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (7)Versions (5)Used By (0)

Laravel Arionum
===============

[](#laravel-arionum)

[![Latest Version on Packagist](https://camo.githubusercontent.com/107349e1e211686791e2045d65ece8d1bae3b549591028a930d7d4f117269642/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f77656e766f6b652f6c61726176656c2d6172696f6e756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/laravel-arionum)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c65455e6da4f196f8f740458ae15d2373f9b718d38ea9d868e79ebe313e3a774/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6f77656e766f6b652f6c61726176656c2d6172696f6e756d2f54657374732e7376673f7374796c653d666c61742d737175617265)](https://github.com/owenvoke/laravel-arionum/actions)[![Style CI](https://camo.githubusercontent.com/af274f970aa0af4f33db9e1803e9860b4896e2b663cdf0e4767c01be8ef99043/68747470733a2f2f7374796c6563692e696f2f7265706f732f3230353134363439382f736869656c64)](https://styleci.io/repos/205146498)[![Total Downloads](https://camo.githubusercontent.com/760e0f277ce6b4173b6b86faeddcd769fd7cdf51574af94cc860e66c483b9656/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f77656e766f6b652f6c61726176656c2d6172696f6e756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/laravel-arionum)[![Buy us a tree](https://camo.githubusercontent.com/910e097fe46a40add8f3484705ecbc26dc047df84b2fef027405f47408023d76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d6c69676874677265656e3f7374796c653d666c61742d737175617265)](https://ecologi.com/owenvoke?gift-trees)

A Laravel adapter for the [Arionum PHP wrapper](https://github.com/owenvoke/arionum-php).

Install
-------

[](#install)

Via Composer

```
$ composer require owenvoke/laravel-arionum
```

Usage
-----

[](#usage)

This adapter allows the use of the Arionum PHP wrapper directly in Laravel projects.

The `ARIONUM_NODE_URI` property must be set in the `.env` or environment.

All methods can be used statically, via the `Arionum` facade, or resolved from the service container.

```
// Resolving from the app container
app(\OwenVoke\Arionum\Arionum::class)->getNodeInfo();
app('arionum')->getNodeInfo();

// Using the facade (with, and without the short alias)
\Arionum::getNodeInfo();
\OwenVoke\LaravelArionum\Facades\Arionum::getNodeInfo();

// Type hinting with dependency injection
public function __construct(\OwenVoke\Arionum\Arionum $arionum)
{
    $arionum->getNodeInfo();
}
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/owenvoke)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees [here](https://ecologi.com/owenvoke?gift-trees).

Read more about Treeware at [treeware.earth](https://treeware.earth).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

1832d ago

Major Versions

v1.2.0 → v2.0.02021-05-06

PHP version history (2 changes)v1.0.0PHP ^7.3

v2.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (86 commits)")

---

Tags

apiapi-clientarionumcomposerlaravelphp

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pxgamer-laravel-arionum/health.svg)

```
[![Health](https://phpackages.com/badges/pxgamer-laravel-arionum/health.svg)](https://phpackages.com/packages/pxgamer-laravel-arionum)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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