UNPKG

php-wasm

Version:

Run PHP right in the browser or anywhere else JS can run.

2 lines (1 loc) 97 B
import('https://www.unpkg.com/php-wasm/PhpWeb.js').then(({runPhpTags}) => runPhpTags(document));