Brokermax Logo

πŸ“ˆ Brokermax – PHP Options Trading Script

Brokermax is a modern, secure, and mobile-friendly PHP-based options trading platform built for reliability, flexibility, and user engagement. Whether you're launching a crypto options exchange or a prediction-based trading app, Brokermax gives you a solid foundation with two powerful trading models.

πŸ”„ Trading Types

🌟 Key Features

πŸ›  Admin Capabilities

πŸš€ Quick Installation

Brokermax ships with a ready-to-use HTML-based installation guide. Deploy it in minutes on any LAMP or LNMP server with:

Follow these simple steps to get your application up and running:

1. Upload the Files

Unzip and upload all files to your server’s root (e.g., /public_html). Works best on a primary domain level or subdomain.

2. Configure Environment Settings

Open the .env file in the root folder and update the following lines:

πŸ”— App Settings

            
                app.baseURL = https://yourdomain.com/
                app.siteName = 'Your Site Name'
            
        

Replace:

πŸ›’οΈ Database Settings

Scroll to lines 13–16 and update:

            
                database.default.hostname = localhost
                database.default.username = your_db_user
                database.default.password = your_db_password
                database.default.database = your_db_name
            
        

3. Set Folder Permissions

Ensure the following folder is writable:

/writable

4. Run the Installer

Visit your domain in the browser. Follow the on-screen steps to complete the installation.

5. You're Done! βœ…

Your site should now be live. Login to your admin panel and start customizing.

Google Auth Settings

If you purchased a copy with Google Auth enabled, set up Google OAuth Client Id and Secret on Google Console

Use https://{domain}/auth/google as callback URI

Open .env and add your clientId and clientSecret like this:

            
                google.id = xxxxxxxxx-u6pol5na3lfrdot4es1kosa4v7ji7u67.apps.googleusercontent.com
                google.secret = GOCSPX-XXXXXXXXXXXXXXXXXXXXXXXX
            
        

* replace {domain} with your domain name


🌍 Demo

πŸ›’ Click here to Download πŸ”—