Download the PHP package jinas/bml-console without Composer
On this page you can find all versions of the php package jinas/bml-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bml-console
BML CONSOLE
BML Console for nerds 🧙♂️🔥 Thats it pretty much it really. Note that this is an experimental project.
I am still working on this project and its not fully finished.
Installation
Usage
After installing the application globally using composer. You can run bml-console anywhere in your commandline.
Make sure to place Composer's system-wide vendor bin directory in your $PATH so the bml-console executable can be located by your system.
- macOS:
$HOME/.composer/vendor/bin - Windows:
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin - GNU / Linux Distributions:
$HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin
Commands
All available commands will have autocompletion.
- /transfer : Make a transfer to an account.
- /total : Get Total available account balance.
- /contacts : Get a table of contacts added to the bml account.
- /add-contact : Create a Contact.
- /delete-contact : Delete a Contact.
- /todays-transactions : Get a table of transactions made today.
- /pending-transactions : Get the pending transactions.
- /transactions-between : Get the transactions between the dates.
- /activities : Get a table of recent activities occured in the account.
- /exit: Exit the app
Todo
- [x] Ability to add contacts
- [x] Ability to delete contacts
- [x] Ability to make Transfer to a given account number
- [ ] Ability to make transfers to account saved in contacts.
Bugs
- [ ] Show transactions not found when there are no transactions results
All versions of bml-console with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^4.0|^5.0
guzzlehttp/guzzle Version ^6.5|^7.0
nesbot/carbon Version ^2.39
guzzlehttp/guzzle Version ^6.5|^7.0
nesbot/carbon Version ^2.39
The package jinas/bml-console contains the following files
Loading the files please wait ...