An open API service indexing awesome lists of open source software.

https://github.com/c0de4un/php-smart-bank

Bank API written in PHP 7.4 without framework
https://github.com/c0de4un/php-smart-bank

banking-applications oop php php-framework psr-12 web-application

Last synced: 9 months ago
JSON representation

Bank API written in PHP 7.4 without framework

Awesome Lists containing this project

README

          

# 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
```bash
$php composer.phar install
```

* run migration
```bash
$php cli.php migrate
```

* run seeders
```bash
$php cli.php db:seed
```