openclerk / accounts
There is no license information available for the latest version (0.1.0) of this package.
Definitions and implementations of accounts in Openclerk
0.1.0
2017-09-11 07:26 UTC
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: 2024-10-14 09:51:19 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" } }