Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kherrick/x-php

Examining Client Side PHP using WebAssembly and Web Components.
https://github.com/kherrick/x-php

custom-elements lit-element lit-html php progressive-web-app pwa service-worker wasm web-assembly web-components

Last synced: about 2 months ago
JSON representation

Examining Client Side PHP using WebAssembly and Web Components.

Awesome Lists containing this project

README

        

# \

## About

* An app using [x-php](https://jsbin.com/xicajacava/1/edit).

## Try it out

* https://jsbin.com/yugefiyubo/edit

```php


<?php
$it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator('.'));

foreach ($it as $name => $entry) {
echo "$name <br/>";
}

window.__XPHP_REMOTE_PACKAGE_BASE = 'https://kherrick.github.io/x-php/assets/'

```