Releases: dhtml/phpbrowserbox
PHPBrowserBox v6.2 For Windows
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
PHPBrowserBox v5.0 For Windows
This is a standalone windows browser that allows you to package your entire web application.
It supports HTML5, CSS 3, Javascript, PHP 7.0, 7.3,7.4, 8.0, 8.1 and 8.2 and MySQL 8.0.
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.
Once the browser loads, it starts its internal php server and displays the default index.php almost immediately.
Developers Info:
- The browser links to its internal homepage with a link like http://localhost:90/index.php.
- The MySQL port number here is 3308 by default, database username is root and no password.
- The index.php for is located inside the htdocs - this is where to start your application development.
- You can do almost all your configurations from package.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
Please read the wiki to learn more about how to use this version.
PHPBrowserBox v4.0 For Windows
This is a standalone windows browser that allows you to package your entire web application.
It supports HTML5, CSS 3, Javascript, as well as PHP 7.0 and MySQL 5.7.
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.
Once the browser loads, it starts its internal php server and displays the default index.php almost immediately.
Developers Info:
- The browser links to its internal homepage with a link like http://localhost:90/index.php.
- The MySQL port number here is 3308 by default, database username is root and no password.
- The index.php for is located inside the htdocs - this is where to start your application development.
- You can do almost all your configurations from package.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
PHPBrowserBox v3.0 For Windows
Checkout latest version on https://github.com/dhtml/phpbrowserbox, it works better than all previous versions.
You should consider upgrading, see https://github.com/dhtml/phpbrowserbox/wiki/Upgrading.
This is a standalone windows browser that allows you to package your entire web application.
It supports HTML5, CSS 3, Javascript, and also provides an internal PHP/MySQL server.
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.
Once the browser loads, it starts its internal php server and displays the default index.php almost immediately.
Developers Info:
- The browser links to its internal homepage with a link like http://localhost:1670/index.php.
- The port number here is 1670.
- The index.php for is located inside the \support\inetpub - this is where to start your application development.
PHPBrowserBox v2.0 For Windows
This is a standalone windows browser that displays output from PHP 5.4.16, also supports SQLite3.
If you require MySQL support, please download the version 3 https://sourceforge.net/projects/phpbrowserbox3/ or latest version.
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.
Once the browser loads, it starts its internal php server and displays the default index.php almost immediately.
Developers Info:
- The browser links to its internal homepage with a link like http://localhost:5562/index.php
The port number here 5562 is a random value that is generated by the application.
A new port number is generated each time, but you can control your port number by editing port.ini
e.g. Port=1021 - this will always use this port permanently. Which means the browser's homepage url will be http://localhost:1021/index.php
Lets say for instance, you downloaded the phpbrowserbox and duplicate the folder so that you have:
phpbrowser1 with port 81, and another folder
phpbrowser2 with port 82
Both browser boxes will use different homepage urls - http://localhost:81/index.php and http://localhost:82/index.php
The index.php for each browserbox is located inside the \support\inetpub - this is where to start your application development.