PHP in WebAssembly

PHP is a popular web scripting language. So it is unsurprising that one PHP project attempts to make it possible to run PHP inside of the web browser.

There have been a few iterations of PHP-in-Browser (PIB), but Sean Morris’ PHP-Wasm looks to be the most active.

Uses

Right now, this is specific to the browser environment. The implementation is impressive, as it contains a lot of PHP features such as access to a database (SQLite) and file system access.

Available Implementations

Learn More

Here are some great resources: