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/composer.json

24 lines
610 B

{
"name": "seld/php-console",
"description": "A console to quickly try and run PHP code in your browser",
"keywords": ["console", "php"],
"homepage": "http://github.com/Seldaek/php-console",
"type": "project",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"require": {
"php": ">=5.2.0",
"sensiolabs/melody": "@dev"
},
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
}
}