SjonHortensius / 3v4l_org

An online php shell
41 stars 6 forks source link

PHPShell - submit and visualize output across multiple versions of PHP

this is deployed on https://3v4l.org

Overview

This application runs on top of Basic_Framework which is an MVCish framework - so for any specific action you can jump right into the Action class. After a user submits code (through library/PhpShell/Action/New.php#76) it is stored in the database and the daemon will be notified.

Setup instructions

If you want to run this, follow these steps:

Files of interest if you want to jump right in