Skip to content

PHPBrowserBox v6.2 For Windows

Latest
Compare
Choose a tag to compare
@dhtml dhtml released this 18 Mar 20:31

Developer: Ogundipe Anthony
Site: https://phpbrowserbox.com/
Github: https://github.com/dhtml/phpbrowserbox
Wiki: https://github.com/dhtml/phpbrowserbox/wiki
Version: PHPBrowserBox 6.2
Release Date: 15 July 2023

Always check out the latest version on https://github.com/dhtml/phpbrowserbox.

Should in case you are looking for previous versions, check for them under https://github.com/dhtml/phpbrowserbox/releases

This is a standalone windows browser that allows you to package your entire web application.

It comes packaged with Apache/2.4.55, mysql Ver 8.0.32 for Win64, PHP 8.2. It runs on Windows 7, Windows 8, Windows 8.1, Windows 10, and Windows 11, x64 architecture.

It also supports PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, and 8.2.

It features a console, a cpanel gui interface, and a whole lot of new features.

How it works:
It does not need an installation, you just run it directly from a pc, you can even run from your flashdrive.
And it does not conflict with regular servers like wamp or other apache server.

Developers Info:

  • To understand the settings better, check here : https://github.com/dhtml/phpbrowserbox/wiki/Settings
  • The browser links to its internal homepage with a link like http://localhost:81/index.php.
  • The MySQL port number changes but is 3306 by default, database username is root and no password (and also admin/password)
  • The index.php for is located inside the app/htdocs - this is where to start your application development.
  • You can do almost all your configurations from application.js at the root folder of the installation
  • You can configure mysql, apache and php by checking the config folder at the root of the installation

Test Info:

  • The htdocs contains a wordpress installation which is pre-installed with database
  • You can access phpmyadmin via http://localhost:81/phpmyadmin when the application is running