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.