https://github.com/epessine/tinkerpad
Tinkerpad is a lightweight and fast PHP playground that works with Docker and SSH.
https://github.com/epessine/tinkerpad
laravel php playground symphony tinker wordpress
Last synced: 2 months ago
JSON representation
Tinkerpad is a lightweight and fast PHP playground that works with Docker and SSH.
- Host: GitHub
- URL: https://github.com/epessine/tinkerpad
- Owner: epessine
- License: gpl-3.0
- Created: 2025-01-13T00:06:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T23:42:45.000Z (4 months ago)
- Last Synced: 2025-04-03T03:09:06.286Z (2 months ago)
- Topics: laravel, php, playground, symphony, tinker, wordpress
- Language: TypeScript
- Homepage: https://tinkerpad.dev
- Size: 30.5 MB
- Stars: 90
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tinkerpad
[](https://github.com/epessine/tinkerpad/blob/main/LICENSE)
[](https://github.com/epessine/tinkerpad/releases)

[](https://github.com/epessine/tinkerpad/stargazers)
[](https://github.com/epessine/tinkerpad/fork)Tinkerpad is an open source, lightweight and blazing fast PHP playground that works with Docker and SSH.
[**See Documentation**](https://github.com/epessine/tinkerpad/wiki)
## Features
* Ultra lightweight and fast, built on Go and Webview2 (powered by [Wails](https://github.com/wailsapp/wails)).
* User-friendly and modern UI, multiple light and dark themes.
* Enjoy fast and fluid code autocomplete (powered by [Phpactor](https://github.com/phpactor/phpactor))
* View and explore structured output of your code (powered by [VarDumper](https://github.com/symfony/var-dumper))
* Benchmark your code by inspecting the run time and peak memory usage.
* Can run code via Docker containers, SSH connections and locally, all isolated by tabs.
* Works with Laravel, Wordpress, Symphony, and more.
* Save your favorite code snippets for later use!
* Up to 100 snippets history to go back if needed.## Installation
Download the latest release for free [here](https://github.com/epessine/tinkerpad/releases).
## Troubleshooting
If you can't open the app after installation on macOS, navigate to `Privacy & Security` and click `Open Anyway` at the bottom of the page.
You can also exec the command below instead:
``` shell
sudo xattr -d com.apple.quarantine /Applications/Tinkerpad.app
```