Accessing tools from the tray
Every tool listed on this page is available under the system tray menu. Right-click the Bearsampp tray icon, then select the tool by name to open its submenu. From there you can:- Launch a Console window with the tool on your
PATH - Switch to a different installed Version
- Access tool-specific options
Composer
Composer is the standard dependency manager for PHP. It reads acomposer.json file in your project and installs the packages your project depends on into a vendor/ folder.
Open a Composer-ready console from the tray:
Right-click the tray icon → Composer → Console
Then run Composer commands as normal:
Git
Git is the version control system used by most modern projects. Bearsampp gives you two Git interfaces from the tray menu:- Git console — a command-line terminal with Git on the
PATH - Git Gui — the graphical Git interface for staging, committing, and branching
npm, composer, and other CLI tools when you want a single terminal for all your project commands.
Ngrok
Ngrok creates a secure public URL that tunnels to your local Bearsampp server. Use it to share a work-in-progress with a client, test webhooks that need a publicly reachable URL, or access your local site from another device. Right-click the tray icon → Ngrok → Console Start a tunnel to your local Apache server:https:// URL that forwards to http://localhost:80.
Free Ngrok accounts have session time limits and rotating URLs. Sign up at ngrok.com and authenticate the bundled Ngrok with your token to remove these limits.
