Skip to content

codeDeeAi/wafi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Transactions

Bank transactions is a CLI application written in PHP 8+, backwards compatible.

Features

  • Create user accounts
  • Deposit Credit to user account
  • Transfer Credits to accounts

Installation

  • install php on machine, check your php version with php -v
  • clone repository
  • run php minicli --help to check commands in terminal

Commands and Use

  • 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 ]

Author

Bada Adeola Github page, is a full-stack software developer whose interests lies in creating efficient and scalable web based solutions.

License

Wafi is open-sourced software licensed under the MIT license.

About

A simple cli application in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages