DS PHP Edit: Self-hosted, DeepSeek V4 (API)-powered, and stubbornly local, because sometimes you just want to edit PHP without the "cloud" watching over your shoulder.
No reviews yetBe the first to leave a review for DS PHP Edit
Tines The single, secure environment for agents, apps, and automations.
Promoted
Maker
📌
I got tired of heavyweight IDEs that need an entire node_modules forest just to render a textbox. And I really got tired of cloud editors that send every keystroke to who-knows-where. So I wrote DS PHP Edit. I made it DeepSeek V4 API powered because its cheap and great.
It’s just PHP. Drop it in a webroot, set an API key in a K.dat, serve it up, and it runs.
Repo: https://github.com/g023/dsphpedit/
If you use it, drop a star, and open an issue if something’s janky, or hit me up on X (@g023dev). I’m actively using this myself (for real), so I want it to actually work amazing.
Quick caveat: this is a local tool. Do not expose it to the internet. The whole point of the Preview is executing arbitrary PHP – that's remote code execution by design (I mean its executing PHP, so ya there is that). Keep it bound to localhost or a trusted LAN (this is meant for you, not the entire internet). The CSP and CSRF tokens are extra belts, not a replacement for network isolation.