Online PHP editor for testing your code. There is no isolation, do not make the web interface public!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
php-sandbox/README.md

95 lines
2.6 KiB

PHP Sandbox
15 years ago
===========
10 years ago
*~ Improved & slimmed down fork of PHP Console ~*
A web editor to try your PHP code.
15 years ago
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.
15 years ago
10 years ago
It is secure since it's accessible only from localhost, and very easy to
setup and use.
15 years ago
**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
10 years ago
- 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)
10 years ago
- 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
----------
10 years ago
![screenshot](https://dl.dropboxusercontent.com/u/64454818/PERMANENT/php-sandbox.png)
Installation
------------
15 years ago
10 years ago
Clone the git repo and place it somewhere in your webroot.
You can also use the internal PHP server - run:
10 years ago
$ php -S localhost:1337
10 years ago
10 years ago
And go to `http://localhost:1337`
10 years ago
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.
14 years ago
Contributing
------------
15 years ago
14 years ago
Code contributions or ideas are obviously much welcome. Send pull requests or issues on github.
15 years ago
10 years ago
Authors
-------
Originally by:
10 years ago
**Jordi Boggiano** - [&lt;j.boggiano@seld.be&gt;](mailto:j.boggiano@seld.be)<br>
Web: [seld.be](http://seld.be/)<br>
Twitter: [@seldaek](http://twitter.com/seldaek)<br>
GitHub: [Seldaek/php-console](https://github.com/Seldaek/php-console)
10 years ago
Modified by:
**Ondřej Hruška** [&lt;ondra@ondrovo.com&gt;](mailto:ondra@ondrovo.com)<br>
Web: [www.ondrovo.com](http://www.ondrovo.com)<br>
Twitter: [@MightyPork](http://twitter.com/MightyPork)<br>
10 years ago
GitHub: [MightyPork/php-sandbox](https://github.com/MightyPork/php-sandbox)
10 years ago
15 years ago
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
----------------
14 years ago
PHP Console bundles the following libraries, and the work of their respective authors is very much appreciated:
14 years ago
- [jQuery](http://jquery.com) licensed under the MIT License
14 years ago
- [ACE](http://ace.ajax.org/) licensed under the MPL/LGPL/GPL Licenses