Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

learnable/phpepl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPepl

Created by: @mrjoelkemp Modified by Jude Aakjaer for Learnable and SitePoint

Purpose

To provide a clean, multi-line PHP evaluation environment.

Running it locally

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:

Composer install

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) from https://localhost (include a custom port if necessary)

License

MIT

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%