Bank transactions is a CLI application written in PHP 8+, backwards compatible.
- Create user accounts
- Deposit Credit to user account
- Transfer Credits to accounts
- install php on machine, check your php version with
php -v - clone repository
- run
php minicli --helpto check commands in terminal
- Opens help
php minicli --help - Create user (opens a new user account)
php minicli create-user [ account-name ] [ deposit-amount ] - Deposit to user account
php minicli deposit [ account-name ] [ deposit-amount ] - Check user account balance
php minicli check-balance [ account-name ] - Transfer money to another user account
php minicli transfer [ sender-account-name ] [ reciever-account-name ] [ amount ]
Bada Adeola Github page, is a full-stack software developer whose interests lies in creating efficient and scalable web based solutions.
Wafi is open-sourced software licensed under the MIT license.