https://github.com/stackofsugar/dinobank-minibank
A simulated minibank M-Banking website, capable of basic transactions such as deposit, withdraw, and transfer. Written using component programming style in vanilla PHP, complete with URI rewriting, routing, middlewares, and robust helper components such as authorization, Xsals20 + Poly1305-encrypted NoSQL file-based database, secure request sanitizations, and many more.
https://github.com/stackofsugar/dinobank-minibank
Last synced: about 1 month ago
JSON representation
A simulated minibank M-Banking website, capable of basic transactions such as deposit, withdraw, and transfer. Written using component programming style in vanilla PHP, complete with URI rewriting, routing, middlewares, and robust helper components such as authorization, Xsals20 + Poly1305-encrypted NoSQL file-based database, secure request sanitizations, and many more.
- Host: GitHub
- URL: https://github.com/stackofsugar/dinobank-minibank
- Owner: stackofsugar
- License: mit
- Created: 2022-05-24T05:39:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T05:39:59.000Z (about 4 years ago)
- Last Synced: 2025-03-02T03:25:23.759Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: COPYING
Awesome Lists containing this project
README
# DinoBank M-Banking
A simulated minibank M-Banking website, capable of basic transactions such as deposit, withdraw, and transfer. Written using component programming style in vanilla PHP, complete with URI rewriting, routing, middlewares, and robust helper components such as authorization, Xsals20 + Poly1305-encrypted NoSQL file-based database, secure request sanitizations, and many more.
## Prerequisites
Sodium