🌐
OnlinePHP
onlinephp.io
PHP Sandbox - Execute PHP code online through your browser
Run PHP code in your browser online with this tool in 400+ PHP versions
🌐
Programiz
programiz.com β€Ί php β€Ί online-compiler
Online PHP Compiler - Programiz
Write and run your PHP code using our online compiler. Enjoy additional features like code sharing, dark mode, and support for multiple programming languages.
Discussions

PHPSandbox: An online Code Sandbox for PHP Projects with Composer packages and Laravel support.
Looks interesting, but to be honest, I cannot imagine myself using it. For a quick snippet/demo I'd rather use familiar https://3v4l.org/ and for the entire project with composer... I'd rather deploy it locally than into some clumsy web-based environment. Nothing personal, just my feeling. Have an upvote nevertheless, it's a great thing when people being creative, inventing new tools and making the ecosystem better! More on reddit.com
🌐 r/PHP
27
86
March 17, 2020
Is PHP something you will be using in 2023? If so why?
Well I'm sure not gonna rewrite 100k+ lines of PHP in my current project in the remaining 63 days of 2022, so I guess the answer is yes! More on reddit.com
🌐 r/programming
516
518
May 6, 2022
🌐
W3Schools
w3schools.com β€Ί php β€Ί php_compiler.asp
PHP Online Compiler (Editor / Interpreter)
With our online PHP compiler, you can edit PHP code, and view the result in your browser.
🌐
OneCompiler
onecompiler.com β€Ί php
PHP Online Compiler
OneCompiler's PHP online editor helps you to write, compile, debug and run PHP code online.
🌐
Phptester
phptester.net
PHP Tester
We cannot provide a description for this page right now
🌐
Writephponline
writephponline.com
WriteCodeOnline - PHP | write and run php code online
Write PHP Online is an online code editor and compiler that helps you to write and test run PHP code online, learn PHP with our interactive tutorial.
🌐
JDoodle
jdoodle.com β€Ί php-online-editor
Online Compiler and Editor/IDE for Java, C, C++, PHP, Python, Ruby, Perl - Code and Run Online
JDoodle is an Online Compiler, Editor, IDE for Java, C, C++, PHP, Perl, Python, Ruby and many more. You can run your programs on the fly online, and you can save and share them with others. Quick and Easy way to compile and run programs online.
🌐
3v4l
3v4l.org
Online PHP editor | Test code in 250+ PHP versions
3v4l.org (leetspeak for eval) is an online shell that allows you to run your code on my server. I compiled more than 250 different PHP versions (every version released since 4.3.0) for you to run online.
Find elsewhere
🌐
Codeanywhere
codeanywhere.com β€Ί languages β€Ί php
PHP Online IDE, Compiler, Interpreter & Code Editor Β· AI Cloud IDE Β· Codeanywhere
You can code, learn, build, run, deploy and collaborate on your PHP projects instantly from our online browser based Cloud IDE.
🌐
ExtendsClass
extendsclass.com β€Ί php.html
PHP tester online
You can write, test, and run PHP code. Your code is executed on our server, it is only stored for the time to execute it. This PHP playground can be useful to make online test to save time (deployment ...).
🌐
OnlineGDB
onlinegdb.com β€Ί online_php_interpreter
Online PHP Interpreter - online editor
<?php /****************************************************************************** Online PHP Interpreter. Code, Compile, Run and Debug php program online. Write your code in this editor and press "Run" button to execute it.
🌐
PHP Playground
php-play.dev
PHP Playground
The Playground let you to execute basic PHP code in real time using WebAssembly technology.
🌐
ReqBin
reqbin.com β€Ί code β€Ί php
Online PHP Code Runner
August 31, 2023 - Execute the PHP code right in your browser and see the results. Save, share, and collaborate on your PHP code online. Detect and fix PHP errors with built-in syntax highlighter and validator. Learn PHP programming with an extensive and hand-picked database of PHP code examples.
🌐
PHP
php.net
PHP
A popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
🌐
Replit
replit.com β€Ί languages β€Ί php7
PHP Web Server Online Compiler & Interpreter - Replit
Write and run PHP Web Server code using our PHP Web Server online compiler & interpreter. You can build, share, and host applications right from your browser!
🌐
Replit
replit.com β€Ί languages β€Ί php_cli
PHP CLI Online Compiler & Interpreter - Replit
Write and run PHP CLI code using our PHP CLI online compiler & interpreter. You can build, share, and host applications right from your browser!
🌐
CodeConvert AI
codeconvert.ai β€Ί php-code-generator
PHP Code Generator
It can be embedded into HTML and can be used to create dynamic web pages, web applications, and web services. This free online code generator lets you generate PHP code based on your instructions in a click of a button.
🌐
JetBrains
jetbrains.com β€Ί phpstorm
PhpStorm: The PHP IDE by JetBrains
June 2, 2021 - Explore the PhpStorm IDE for web projects. Get everything you need for PHP, JavaScript, and SQL coding out of the box
🌐
CoderPad
coderpad.io β€Ί languages β€Ί php
PHP Online IDE & Code Editor for Technical Interviews
April 17, 2023 - <?php class Greeter { public function sayHello($name) { return "hi, " . $name; } } use PHPUnit\Framework\TestCase; class Solution extends TestCase { private $greeter; protected function setUp(): void { parent::setUp(); $this->greeter = new Greeter(); } protected function tearDown(): void { parent::tearDown(); $this->greeter = NULL; } public function testSayHello() { $result = $this->greeter->sayHello("friend"); $this->assertEquals("hi, friend", $result); } } Code language: PHP (php)
🌐
W3Schools
w3schools.com β€Ί php
PHP Tutorial
With our online "PHP Tryit" editor, you can edit the PHP code, and click on a button to view the result.