Run real PHP on your Android phone: a genuine interpreter bundled in the app, executing on-device with no connection and no server to configure. How it works and where the limits are.
PHP usually implies a server: install a stack, configure a host, then run. On a
phone that's a non-starter. PocketCode bundles a real PHP interpreter and runs
your .php scripts on the device — offline, instantly, with no server to set
up.
A genuine PHP interpreter ships inside the app. Open a .php file, tap Run,
and it executes on your device:
echo/print — runs as real PHP.php script.php on a
desktop.The editor adds syntax highlighting, autocomplete and on-device formatting
and a symbol bar so $, >, [ and ] aren't buried in the keyboard.
Within those lines, it's real PHP, on the phone in your hand.
PHP is one of five languages bundled and ready offline the moment you install — alongside Python, JavaScript, C and Ruby — with a dozen more as optional packs. See the full lineup.
Your phone runs real PHP — offline, private, no server required.
PocketCode is heading to Google Play. Join the pre-registration to run it on your own device.
Code Editor