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
- Host: GitHub
- URL: https://github.com/c0de4un/php-smart-bank
- Owner: c0de4un
- License: mit
- Created: 2022-03-24T17:31:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T12:55:53.000Z (over 3 years ago)
- Last Synced: 2025-01-09T16:03:56.477Z (10 months ago)
- Topics: banking-applications, oop, php, php-framework, psr-12, web-application
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```