PHP shell

Brings PHP to browser

Was ist PHP shell?

PHP shell ist eine Chrome-Erweiterung, die von https://oliveiraev.github.io/PHP-Shell entwickelt wurde, und ihr Hauptmerkmal ist "Brings PHP to browser".

Erweiterungsscreenshots

screenshot

PHP shell-Erweiterungs-CRX-Datei herunterladen

Laden Sie PHP shell-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        PHP Statements directly from Chrome Developer Tools

PHP Shell put a cloud-based PHP server at your convenience.

* Multiline support
* Command history

* Directly from your browser, send PHP statements to interpret and evaluation.
* Try PHP 5.4 syntax like "['easy', 'arrays']" and "['direct', 'inference'][0]".
* Play with namespaces and try manual examples on the same page.
* Test PHP commands even on Chrome OS!!
* Present PHP functions whithout creating files or opening the terminal.
* Less window changes and better productivity.


PHP-Shell relies on online servers that purpose PHP snippets analisis. It downloads the response and presents on a cleaner and sandboxed environment. Only the strictly needed information are sent. No cookies, no login required everything ssl crypted!

Due to being a developer tools extension, it is completely seamless and non-intrusive. No browser windows, no browser popups nor browser buttons. Call your developer tools and a shiny new tab will be placed to rock and roll.                    

Grundlegende Informationen zur Erweiterung

Name PHP shell PHP shell
ID hlpgiileennpalklffkdgjodnppfnccd
Offizielle URL https://chromewebstore.google.com/detail/php-shell/hlpgiileennpalklffkdgjodnppfnccd
Beschreibung Brings PHP to browser
Dateigröße 12.46 KB
Installationsanzahl 5,084
Aktuelle Version 0.0.3
Letztes Update 2013-08-05
Veröffentlichungsdatum 2013-08-05
Bewertung 3.32/5 Insgesamt 19 Bewertungen
Entwickler https://oliveiraev.github.io/PHP-Shell
Zahlungsart free
Erweiterungswebsite http://oliveiraev.github.io/PHP-Shell
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PHP shell",
    "description": "Brings PHP to browser",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "devtools_page": "components\/devtools.html",
    "icons": {
        "16": "assets\/php-32.png",
        "32": "assets\/php-32.png",
        "128": "assets\/php-32.png"
    },
    "background": {
        "scripts": [
            "js\/extension.js",
            "js\/chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/php-minishell.appspot.com\/*"
    ]
}