Go to file
Brian Adams 1845158704 Rename fonts directory because FontAwesome decided to 2014-02-11 15:05:42 -06:00
css Update Font Awesome 2014-02-11 14:59:00 -06:00
fonts Rename fonts directory because FontAwesome decided to 2014-02-11 15:05:42 -06:00
img Update screenshot 2013-09-04 14:20:56 -05:00
js Add search box functionality back in 2014-02-11 11:17:02 -06:00
LICENSE Initial Commit 2012-06-29 22:38:22 -05:00
README.md Added Tips section to README.md 2014-02-11 11:46:03 -06:00
favicon.ico Change the theme back to dark, new buttons, add favicon, style xdebug messages 2012-11-01 22:29:31 -05:00
index.php Update Ace 2014-01-27 13:25:34 -06:00
proxy.php Set User-Agent to fix gist imports 2013-06-26 12:00:59 -05:00

README.md

Run PHP Code

Download Run PHP Code

This script gives you the ability to quickly test snippets of PHP code locally. A local apache server is required.

  • Create a folder called php or similar in your www folder.
  • Extract the Run PHP Code files into it.
  • Bookmark the URL for easy access.

This application is meant to be run locally and should not be made publicly accessible.

screenshot

Features

  • Ace code editor
  • Import gists from GitHub
  • Import pastes from PasteBin and Pastie
  • Run code in the same window or a separate window

Tips

  • Pressing Ctrl-Enter will run your code.
  • Ace supports multiple cursors, just hold ctrl and click where you want your cursors.
  • This app comes with Font Awesome, so you can use the icons in your code. Simply include the css file: <link rel="stylesheet" href="css/font-awesome.min.css">

Run PHP Code utilizes the following projects:


Ace
Copyright (c) 2010, Ajax.org B.V.
Licensed under the BSD License

Font Awesome
Font Awesome by Dave Gandy
Code Licensed under the MIT License
Fonts Licensed under the SIL OFL 1.1 License