- An app using x-php.
<html><body>
<x-php>
<script type="text/php">
<?php
$it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator('.'));
foreach ($it as $name => $entry) {
echo "$name <br/>";
}
</script>
</x-php>
<script>window.__XPHP_REMOTE_PACKAGE_BASE = 'https://kherrick.github.io/x-php/assets/'</script>
<script type="module" src="https://kherrick.github.io/x-php/dist/esm/XPHP.js"></script>
</body></html>