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.
Brokermax ships with a ready-to-use HTML-based installation guide. Deploy it in minutes on any LAMP or LNMP server with:
allow_url_fopen
intl
mbstring
json
zlib.output_compression
Follow these simple steps to get your application up and running:
Unzip and upload all files to your serverβs root (e.g., /public_html
). Works best on a primary
domain level or subdomain.
Open the .env
file in the root folder and update the following lines:
app.baseURL = https://yourdomain.com/
app.siteName = 'Your Site Name'
Replace:
yourdomain.com
with your actual domain followed by a trailing slash '/''Your Site Name'
with your brand or project name.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
Ensure the following folder is writable:
/writable
Visit your domain in the browser. Follow the on-screen steps to complete the installation.
Your site should now be live. Login to your admin panel and start customizing.
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