Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kherrick/x-php
- Owner: kherrick
- Created: 2019-12-22T01:45:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T15:41:57.000Z (about 5 years ago)
- Last Synced: 2024-11-06T01:31:34.247Z (3 months ago)
- Topics: custom-elements, lit-element, lit-html, php, progressive-web-app, pwa, service-worker, wasm, web-assembly, web-components
- Language: JavaScript
- Homepage: https://kherrick.github.io/x-php/
- Size: 2.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/'
```