PHPackages                             owenvoke/arionum-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. owenvoke/arionum-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

owenvoke/arionum-cli
====================

A PHP-based command line wallet for Arionum.

301[2 issues](https://github.com/owenvoke/arionum-cli/issues)PHP

Since Oct 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/owenvoke/arionum-cli)[ Packagist](https://packagist.org/packages/owenvoke/arionum-cli)[ RSS](/packages/owenvoke-arionum-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Arionum CLI
===========

[](#arionum-cli)

[![Latest Version on Packagist](https://camo.githubusercontent.com/45b267f3ed1cfd603010b41beaf3e58ae8e4e4dc5d1721b4a01fd9571a30f3cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f77656e766f6b652f6172696f6e756d2d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/arionum-cli)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3acc7b46ace0778fe15493452da0deaba9bdbdc965fee606e41baf4afa5ebf16/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f77656e766f6b652f6172696f6e756d2d636c692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/owenvoke/arionum-cli)[![Style CI](https://camo.githubusercontent.com/c7a28edab1519be7b5ee4b35d5e9e6b532e0a75e2d268c3c43ed6b1071e5e5fc/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132323636383038342f736869656c64)](https://styleci.io/repos/122668084)[![Code Coverage](https://camo.githubusercontent.com/29d94bd95970a04e9876220c3cf095fc27b641b9e30d4e93c160d53d620dc5f8/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6f77656e766f6b652f6172696f6e756d2d636c692e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/owenvoke/arionum-cli)[![Total Downloads](https://camo.githubusercontent.com/4f509a568068994dae842b6f1ca4be75fdc6c90dfc0dde98b61048dc2f4f6f3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f77656e766f6b652f6172696f6e756d2d636c692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/arionum-cli)

A PHP-based command line wallet for Arionum.

Install
-------

[](#install)

Via Composer

```
$ composer global require owenvoke/arionum-cli
```

Via Phive

```
$ phive install owenvoke/arionum-cli
```

Usage
-----

[](#usage)

```
arionum [command]
```

### Available Commands

[](#available-commands)

Print the balance:

```
arionum balance
```

Print the wallet's data:

```
arionum export
```

Display data about the current block:

```
arionum block
```

Encrypt the wallet:

```
arionum encrypt
```

Decrypt the wallet:

```
arionum decrypt
```

Display the latest transactions:

```
arionum transactions
```

Display data about a specific transaction:

```
arionum transaction 'id'
```

Send a transaction (with an optional message):

```
arionum send 'address' 'value' [message]
```

#### Alias

[](#alias)

Set your account alias:

```
arionum alias:set 'alias'
```

Send a transaction to an alias (with an optional message):

```
arionum alias:send 'alias' 'value' [message]
```

#### Masternode

[](#masternode)

Send a masternode announcement transaction:

```
arionum masternode:create 'ip'
```

Pause a specific masternode:

```
arionum masternode:pause
```

Resume the masternode mining:

```
arionum masternode:resume
```

Close a masternode and return the funds:

```
arionum masternode:release
```

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) and [CODE\_OF\_CONDUCT](.github/CODE_OF_CONDUCT.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)
- [arionum](https://github.com/arionum)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Original code by [@arionum](https://github.com/arionum).

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93% 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://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 (280 commits)")[![arionum](https://avatars.githubusercontent.com/u/34399752?v=4)](https://github.com/arionum "arionum (12 commits)")[![misantron](https://avatars.githubusercontent.com/u/9839955?v=4)](https://github.com/misantron "misantron (4 commits)")[![andrewbo](https://avatars.githubusercontent.com/u/1080182?v=4)](https://github.com/andrewbo "andrewbo (3 commits)")[![bartko-s](https://avatars.githubusercontent.com/u/675883?v=4)](https://github.com/bartko-s "bartko-s (1 commits)")[![peterashwell](https://avatars.githubusercontent.com/u/670631?v=4)](https://github.com/peterashwell "peterashwell (1 commits)")

---

Tags

arionumclicryptocurrencyphpphp72

### Embed Badge

![Health badge](/badges/owenvoke-arionum-cli/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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