meihei3 / run-on-php-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run on PHP Playground

Open PHP Playground and run the sample code from php.net.

Install from Chrome Web Store

https://chromewebstore.google.com/detail/ddhmobhdfmhfckpkedkompdjdmpapeng

How to use

  1. Open https://www.php.net/*
  2. Click "Run on PHP Playground" button php.net
  3. The code will be executed on PHP Playground php-play.dev

What is "PHP Playground"?

The Playground let you to execute basic PHP code in real time using WebAssembly technology.

Security

PHP code is very secure because it is executed only within the browser using WebAssembly technology. In addition, the results of the execution are output to an iframe using an empty sandbox attribute, so no JavaScript or other code will run.

ref: https://php-play.dev/

Request & Report

If you have any requests or find any bugs, please create an issue on GitHub.

https://github.com/meihei3/run-on-php-playground

Links

About


Languages

Language:TypeScript 90.4%Language:JavaScript 9.6%