Skip to content

c0de4un/php-smart-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-smart-bank

Bank API written in PHP 7.4 without framework

API features

  • transfer currency
  • accounts
  • REST
  • history
  • email, push and messangers
  • SMS

API Documentation

  • https://documenter.getpostman.com/view/11110995/UVyn1e8Y

Core Features

  • PSR12
  • lightweight
  • delayed tasks
  • cli

Installation

  • install dependencies
$php composer.phar install
  • run migration
$php cli.php migrate
  • run seeders
$php cli.php db:seed

Releases

No releases published

Packages

No packages published

Languages