← Zurück zu den Projekten
Tweakphp
TweakPHP
TweakPHP is a desktop application with a code editor to tweak your PHP code.
(TweakPHP is currently Beta)
#Maintainers
- Original creator: Saeed Vaziry
- Maintainer: David Galet (@ildaviz)
#Installation
#macOS
#Homebrew
brew install tweakphp/tap/tweakphp
#DMG File
Download the .dmg file from the releases page and drag TweakPHP to your Applications folder.
#Linux
#Snap
snap install tweakphp
#AppImage
- Download the
.AppImagefile from the releases page - Make it executable:
chmod +x TweakPHP-*.AppImage - Run the AppImage
#RPM Package
Download the .rpm package from the releases page and install it:
sudo rpm -i TweakPHP-*.rpm
#Deb Package
Download the .deb package from the releases page
#Arch Linux (AUR)
yay -S tweakphp
or with any other AUR helper.
#Windows
Download the .exe installer from the releases page and run it.