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.mdown

68 lines
2.2 KiB

14 years ago
PHP Console
===========
A web console to try your PHP code into
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 accessible only from the local host, and very easy to setup and use.
Screenshot
----------
<img src="http://seld.be/_misc/php-console.png" alt="PHP Console screenshot" border="0" />
14 years ago
Setup
-----
Clone the git repo or download it as a zip/tarball, drop it somewhere in your local web document root and access it with http://localhost/path/to/php-console
13 years ago
Contributing
------------
14 years ago
13 years ago
Code contributions or ideas are obviously much welcome. Send pull requests or issues on github.
14 years ago
Author
------
Jordi Boggiano - <j.boggiano@seld.be><br />
<http://seld.be/> - <http://twitter.com/seldaek>
Changelog
---------
13 years ago
- 1.2.0
- Replaced built-in editor with [ACE editor](http://ace.ajax.org/) which provides highlighting and
[other features](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts)
- Handle old setups with magic_quotes enabled
14 years ago
- 1.1.2
- Fixed issue with IPv6 loopback not being whitelisted
14 years ago
- 1.1.1
- Cross-browser compatibility enhancements
- 1.1.0
- Script execution is now done via an async js request, preventing die() and exception to mess up the entire console
- Added a status bar with char/line display
- Added a toggle button to expand/collapse all krumo sub-trees at once
- Cross-browser compatibility enhancements
- Removing a tab (i.e. 4 spaces) on backspace now
- Made tab character(s) configurable (see index.php)
14 years ago
- 1.0.0
- Initial Public Release
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
----------------
13 years ago
PHP Console bundles the following libraries, and the work of their respective authors is very much appreciated:
- [krumo](http://krumo.sourceforge.net/) licensed under the LGPL
14 years ago
- [jQuery](http://jquery.com) licensed under the MIT License
13 years ago
- [ACE](http://ace.ajax.org/) licensed under the MPL/LGPL/GPL Licenses
- [Clippy](https://github.com/mojombo/clippy) licensed under the MIT License