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

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.

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