Skip to content

timint/phpfiddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

PHP Fiddle for Windows

PHP Fiddle is a Windows desktop application that allows you to execute PHP code on the fly. Excellent for testing, learning, and experimenting without having to install a web server or IDE environment. Suitable for both beginners and professionals of all ages looking for a fast way to execute code. Created by swedish PHP developer T. Almroth.

Download Now

Questions & Answers

Where is PHP Fiddle installed? -- PHP Fiddle is by default installed in %LocalAppData%\PHP Fiddle.

Can I enable more PHP extensions or edit the PHP.ini configuration? -- Yes, make any changes to %LocalAppData%\PHP Fiddle\php\php.ini and restart the application.

Can I update the PHP version? -- Yes, you can grab a new release of PHP at the PHP for Windows website and replace the folder at %LocalAppData%\PHP Fiddle\php.

Credits

The project is based on the innovative technology "PHP Desktop" by Czarek Tomczak that comes wrapped with PHP for Windows and Chrome Emdedded Framework (CEF). For distributing the software there is a prefined Inno Setup script that can be used for compiling new installation packages.

The PHP logotype is property of The PHP Group.

The javascript source code editor bundled with this software is CodeMirror.