Online PHP editor for testing your code. There is no isolation, do not make the web interface public!
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Ondřej Hruška 551a10bbf5 now shows fatal error message (if possible) 9 anos atrás
ace Replaced some ace files with minified, removed clippy etc code from js file 9 anos atrás
.gitignore initial sensiolabs/melody integration 9 anos atrás
LICENSE Removed bullshit 9 anos atrás
Makefile Removed bullshit 9 anos atrás
README.md Update README.md 9 anos atrás
config.php.dist Add bootstrap file support, fixes #32 10 anos atrás
index.php now shows fatal error message (if possible) 9 anos atrás
jquery-1.9.1.min.js Update jQuery to 1.9.1 11 anos atrás
loader.gif Script execution is now done via an async js request, preventing die() and exception to mess up the entire console 14 anos atrás
php-console.js now shows fatal error message (if possible) 9 anos atrás
styles.css now shows fatal error message (if possible) 9 anos atrás

README.md

PHP Sandbox

~ Improved & slimmed down fork of PHP Console ~

A web editor to try your PHP code.

Creating a test file or using php's interactive mode can be a bit cumbersome to try random php snippets. This allows you to run small bits of code easily right from your browser.

It is secure since it's accessible only from localhost, and very easy to setup and use.

Tip: Press Ctrl+Enter to evaluate the code

About this fork

This is a fork of the original code by Jordi Boggiano.

Changes:

  • Changed colors to look more like Sublime Text, with Monokai theme
  • Slightly improved layout
  • Removed info text at the bottom of the screen
  • Output is now plain text, not HTML (more useful for debugging)
  • Removed "krumo" (some kind of PHP library)
  • Removed "clippy" (flash applet for clipboard support)
  • Removed the "Melody" plugin and composer files
  • Updated ACE to 1.2.0 with a patch to support the trait keyword
  • Hidden loader animation (was broken)

Screenshot

screenshot

Installation

Clone the git repo and place it somewhere in your webroot.

You can also use the internal PHP server - run:

$ php -S localhost:1337

And go to http://localhost:1337

You can also use the Makefile - run make and the server will start.

Configuration

Default settings are available in config.php.dist, if you would like to modify them, you can copy the file to config.php and edit settings.

Contributing

Code contributions or ideas are obviously much welcome. Send pull requests or issues on github.

Authors

Originally by:

Jordi Boggiano - <j.boggiano@seld.be>
Web: seld.be
Twitter: @seldaek
GitHub: Seldaek/php-console

Modified by:

Ondřej Hruška <ondra@ondrovo.com>
Web: www.ondrovo.com
Twitter: @MightyPork
GitHub: MightyPork/php-sandbox

License

PHP Console is licensed under the New BSD License, which means you can do pretty much anything you want with it.

New BSD License - see the LICENSE file for details

Acknowledgements

PHP Console bundles the following libraries, and the work of their respective authors is very much appreciated:

  • jQuery licensed under the MIT License
  • ACE licensed under the MPL/LGPL/GPL Licenses