Skip to content
Open Source PHP Playground

Tweak YourPHP CodeAnywhere

The ultimate cross-platform desktop app for testing and running PHP code. Connect to local projects, Docker containers, SSH servers, or Laravel Vapor with a beautiful Monaco-powered editor.

Available on
macOSLinuxWindows
TweakPHP
123456789101112131415
<?php

use App\Models\User;

// Find users with TweakPHP
$users = User::where('active', true)
    ->with(['posts', 'comments'])
    ->orderBy('created_at', 'desc')
    ->take(10)
    ->get();

foreach ($users as $user) {
    echo $user->name . "\n";
}
Output
John DoeJane SmithBob Wilson|

Powerful Features

Everything you need to test and run PHP code efficiently

Monaco Editor

Monaco Editor

The same powerful editor that powers VS Code. Syntax highlighting, IntelliSense, and a seamless coding experience.

Local Projects

Local Projects

Run code directly on your local PHP projects with automatic framework detection.

Docker

Docker Support

Execute code inside Docker containers. Perfect for isolated testing environments.

SSH

SSH Connections

Run code on remote servers via SSH.

AI

AI Auto Completion

Intelligent code suggestions powered by AI.

LSP

LSP Integration

Intelligent code autocompletion.

Framework

Framework Support

Laravel, Symfony, and more.

How It Works

Get started in three simple steps

01

Download & Install

Get TweakPHP for your operating system. Available for macOS, Linux, and Windows.

02

Connect Your Project

Choose your target: local project, Docker container, SSH server, or Vapor environment.

03

Start Tweaking

Write, run, and iterate on your PHP code instantly with real-time output.

Ready to Supercharge Your PHP Development?

Join thousands of developers who trust TweakPHP for their daily PHP testing needs.

Built by the Community

Thanks to all our amazing contributors

saeedvaziryluanfreitasdevdependabot[bot]ILDavizcognituseznix86ahaneef29KamleshpaulnguyentranchungbenjivmcanecojackbaylissdatlechinosamanagisaeedvzhamaadrazaawpsmnaderianslaFFikgandertylerdak

Made with ❤️