Created by: @mrjoelkemp Modified by Jude Aakjaer for Learnable and SitePoint
To provide a clean, multi-line PHP evaluation environment.
The online version of PHPepl is sandboxed. The exposed eval
is sandboxed at the server configuration layer plus some blacklisting of methods at the application level via PHP-Sandbox.
To serve this application locally, you'll need a web server and PHP:
cd phpepl
php composer.phar install
You can then point your apache server to serve files from the /phpepl/public
root folder
- Namely, you should be able to visit the app (
/phpepl/public/index.html
) fromhttps://localhost
(include a custom port if necessary)