Download the PHP package finaegis/cli without Composer
On this page you can find all versions of the php package finaegis/cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cli
Zelta CLI
Manage payments, SMS, wallets, and API monetization from the terminal. Built for humans and AI agents.
Mirror repo notice — if you're viewing this at
github.com/FinAegis/cli, that repo is a read-only split ofpackages/zelta-cli/from the FinAegis core banking monorepo. Please file issues and PRs against the monorepo.
Install
Authentication
The CLI authenticates with a Sanctum personal access token:
- Sign in to the Zelta dashboard and open Profile → API Tokens (
/user/api-tokens). - Create a token with the abilities you need (
read,write,delete). - Log in — the token is verified against the API before being stored in
~/.zelta/credentials.json:
A rejected token fails at login time (exit code 2), not on first use. zelta auth:status and zelta whoami re-verify the stored token server-side.
Quick Start
Commands
| Group | Commands |
|---|---|
auth |
login, logout, status, token |
pay |
send, status, list, stats |
sms |
send, status, rates |
wallet |
balance, transactions, intent, tokens |
ramp |
status, kyc-link |
subscription |
status |
limits |
list, set, remove |
endpoints |
list |
agents |
register, discover |
sdk |
generate |
Note on wallet sends — Zelta wallets are non-custodial: every transaction is signed on-device (Privy passkey / device key), so the CLI cannot send funds.
wallet:transactionsandwallet:intentgive read-only visibility into wallet activity and send intents.Note on ramp & subscription —
ramp:status/ramp:kyc-linkcover bank-rail deposit setup (KYC + virtual account);subscription:statusshows your tier and period end. All three are read/setup surfaces — money movement and plan changes happen in the app.
AI Agent Support
Documentation
License
Apache-2.0
All versions of cli with dependencies
guzzlehttp/guzzle Version ^7.0
symfony/console Version ^7.0
finaegis/payment-sdk Version ^1.0