UNPKG

php-wasm

Version:

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

2 lines (1 loc) 105 B
import('https://cdn.jsdelivr.net/npm/php-wasm/PhpWeb.mjs').then(({runPhpTags}) => runPhpTags(document));