Teh Playgound is a PHP testbed, where you can do rapid PHP prototyping without the need to build your own LAMP stack or bother with saving files and the like. It allows you to slap together a quick block of code and render it straight in your browser, and even proceed to send that data over to a friend or colleague for collaboration.
Just download the code however you'd like to, pop it in a webserver that supports PHP, edit the RENDER_PATH constant in bootstrap.php and browse to it. The source for this site is open source and released under a GPL license (license below). If you have any improvements to make or find some bugs, you can either email us or just fork the repo and send us a pull request!
- It's using the Ace Cloud9 Editor from the ajax.org team. [http://ace.ajax.org]
- It's got a base built on the HTML5 Boilerplate. [http://html5boilerplate.com]
- It's using a jQuery Timer class from Matt Schmidt [http://www.mattptr.net]
- It's built to run on PHP 5.3.4.
Teh Playground PHP Testbed
Copyright (C) 2011 Nick Silvestro of The Silvervest Group
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.