Skip to content

jeremejazz/phppad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPPad

A REPL (Read-Eval-Print-Loop) application for PHP.

Features:

  • Ajax submit
  • PHP/HTML/CSS/Javascript syntax highlighting (codemirror)

Warning:

Due to security issues of eval(), it is strongly recommended not to upload this to a live web server.

Requirements

php v5.4 or later

Installation

Simply copy the project folder to your web root directory

Alternatively if PHP is in your PATH variable, you can run it via terminal

cd phppad
php -S localhost:8080

About

A REPL (Read-Eval-Print Loop) for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published