mirror of
https://github.com/myronblair/tomtomgames-app
synced 2026-06-30 17:49:57 -05:00
32 lines
991 B
Markdown
32 lines
991 B
Markdown
# TomTomGames Platform
|
|
|
|
Private gaming portal platform. Built on PHP/MySQL with LiteSpeed/CyberPanel hosting.
|
|
|
|
## Stack
|
|
- **Backend:** PHP 8.5, MySQL (CyberPanel/LiteSpeed)
|
|
- **Payments:** Square SDK (card) + manual (Venmo/Zelle/CashApp/Chime)
|
|
- **Email:** SendGrid HTTP API
|
|
- **Frontend:** Vanilla JS SPA
|
|
|
|
## Structure
|
|
```
|
|
includes/ PHP shared includes (config, db, auth, mailer, square)
|
|
public_html/ Web root
|
|
api/ REST API endpoints
|
|
admin/ Admin panel
|
|
assets/ Static assets
|
|
```
|
|
|
|
## Versioning
|
|
Each build increments via `bump_version.php` on the live server.
|
|
The `app_version` DB table tracks all versions. Footer shows current version.
|
|
|
|
## Version History
|
|
| Version | Date | Notes |
|
|
|---------|------|-------|
|
|
| 1.0.0 | 2026-05-08 | Initial release |
|
|
| 1.0.1 | 2026-05-10 | Referral system, dynamic payments, full audit log |
|
|
|
|
## ⚠️ Private Repository
|
|
This repo contains API keys in `includes/config.php`. Keep private at all times.
|