https://github.com/glassmonkey/php-playground
PHP Playground by WebAssembly
https://github.com/glassmonkey/php-playground
chakuraui php playground react typescript webassembly
Last synced: about 2 months ago
JSON representation
PHP Playground by WebAssembly
- Host: GitHub
- URL: https://github.com/glassmonkey/php-playground
- Owner: glassmonkey
- License: apache-2.0
- Created: 2023-03-06T15:45:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-09T08:07:25.000Z (3 months ago)
- Last Synced: 2026-01-14T01:17:22.222Z (3 months ago)
- Topics: chakuraui, php, playground, react, typescript, webassembly
- Language: JavaScript
- Homepage: https://php-play.dev/
- Size: 58.7 MB
- Stars: 105
- Watchers: 1
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README


# php-playground
PHP Playground let you to execute basic PHP code in real time.
https://php-play.dev

# usage build
build web assembly
```
make build
```
build JavaScript with watching
```
npm run dev
```
build JavaScript
```
npm run build
```
build JavaScript and preview
```
npm run preview
```
# related
## chrome extension
install: [store page](https://chromewebstore.google.com/detail/run-on-php-playground/ddhmobhdfmhfckpkedkompdjdmpapeng)
repository: [meihei3/run-on-php-playground](https://github.com/meihei3/run-on-php-playground)
## PHP to WebAssembly build pipeline
The bulild pipeline was created by Forking [WordPress/wordpress-playground](https://github.com/WordPress/wordpress-playground).
Please refer to the [original document](https://wordpresswasm.readthedocs.io/en/latest/using-php-in-javascript/) for details.
# Licence
Apache License 2.0