🏗️ MyProxy Directory Structure

📁 Organized Structure

MyProxy/ ├── config/ │ ├── config.php # Main configuration │ └── config.template.php # Template for team sharing ├── api/ │ ├── proxy.php # Main proxy endpoint │ ├── payment.php # Payment processing │ └── status.php # System status check ├── auth/ │ ├── authorize.php # Google OAuth setup │ └── google_token_manager.php # Token management ├── core/ │ ├── BossApi.php # BOSS CRM integration │ └── Logger.php # Logging system └── logs/ # Log files directory

🔗 Quick Access

📡 Proxy API - Main endpoint for form submissions

📊 Status Check - Google integration health

🔐 Google Setup - OAuth configuration

✨ Benefits of This Structure

Be The Way - Contact Management System