openclerk / accounts
Definitions and implementations of accounts in Openclerk
Installs: 215
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/openclerk/accounts
Requires
- monolog/monolog: ~1.11
- openclerk/currencies: ^0.1
Requires (Dev)
- openclerk/config: dev-master
- soundasleep/component-tests: dev-master
This package is auto-updated.
Last update: 2025-09-14 11:56:06 UTC
README
Definitions and implementations of cryptocurrency account types, used by Openclerk and live on CryptFolio.
Installing
Include openclerk/accounts
as a requirement in your project composer.json
,
and run composer update
to install it into your project:
{ "require": { "openclerk/accounts": "dev-master" } }