PHP Scripts ยท Trading
PHP Scripts ยท Trading

Fusion Trade

"Fusion Capital" is an online trading and investment platform built on Laravel 13, Livewire 4, PHP 8.4/8.5, Tailwind CSS 4, and MySQL.

Licensed โ€” activation key included with purchase

Overview

Fusion Trade is an online trading and investment platform built on Laravel 13, Livewire 4, PHP 8.4/8.5, Tailwind CSS 4, and MySQL. It's the classic "broker-style" product: a public marketing site funnels visitors into registration, and logged-in users get a crypto-exchange-style dashboard where they can deposit funds, place binary (rise/fall) trades, copy expert traders, buy ROI investment plans, and withdraw โ€” all overseen by a separate admin panel where staff approve money movements and manage the platform.

Tags

broker scripts php claudpod

Features

  • For users (under /dashboard):
  • Binary trading โ€” pick a crypto pair (prices from Binance), bet UP or DOWN over a fixed duration with a set profit rate; trades are auto-settled by a scheduled command (trading:settle-expired) and a settlement job.
  • Copy trading โ€” follow admin-managed "expert" traders; when an expert's signal fires, a job (DispatchCopyTradesJob) opens proportional trades in each follower's session.
  • Investment plans โ€” ROI packages credited on a schedule by a per-minute cron (app:run-auto-tasks).
  • Wallet operations โ€” deposits (manual methods with proof upload), withdrawals (admin-approved, with an optional "withdrawal hold"), crypto swaps, and user-to-user transfers.
  • Account โ€” multi-level referral commissions, KYC verification (can be enforced by middleware), TOTP 2FA with QR codes and recovery codes, profile/notification settings, support enquiries.

Requirements

What you need before installing.

  • PHP 8.3 or newer (composer.json requires ^8.3; the current server runs 8.4, so match that if you can). You need to be able to select the PHP version per-domain, which most cPanel/DirectAdmin hosts allow.
  • PHP extensions โ€” the standard Laravel set: OpenSSL, PDO + pdo_mysql, Mbstring, Tokenizer, XML/DOM, Ctype, cURL, Fileinfo, BCMath, JSON, plus GD or Imagick (QR codes for 2FA and avatar generation) and Zip. These are enabled by default on almost every shared host.
  • MySQL or MariaDB database (one database + user). SQLite would technically work but the app is configured for MySQL.
  • HTTPS certificate (Let's Encrypt is fine) โ€” required for secure sessions, OAuth callbacks, and the wss:// Pusher connection.
  • Outbound HTTPS allowed โ€” the backend calls the Binance API and Open Exchange Rates for prices/FX; some cheap hosts block outbound connections, which would break market data and trade settlement.
  • PHP limits: memory_limit โ‰ฅ 256M and upload_max_filesize/post_max_size large enough for KYC documents and deposit proof uploads (e.g. 10โ€“20M).

Changelog

Version history and release notes.

  1. v1.1 Current Aug 4, 2026

    Initial Release

Sign in to leave a review after purchase.

No reviews yet.

Be the first to share your experience.

Sign in to ask a question.

No questions yet.

Ask something about this script.

$100.00 one-time payment
12-month support โ€” $50.00

Optional. Renew anytime from My Scripts without rebuying the script.

View live demo

Demo login

Username / email
test@mail.com
Password
password
View admin demo

Admin demo login

Username / email
demo@claudpod.shop
Password
Admin123
License
Key included
Version
v1.1
Last update
Aug 4, 2026
Downloads
0
Support
12 months optional
broker scripts php claudpod

Related scripts

More in PHP Scripts