Article

Eclipse PDT Setup for PHP

Install and configure Eclipse PDT as a maintained free PHP IDE.

Install from current Eclipse PDT channels

Use official Eclipse / PDT download or update sites rather than abandoned Zend Studio packages. Create a fresh workspace dedicated to modern PHP work.

PHP project and interpreter

Import existing sources or create a PHP project at the Composer root. Configure the PHP executable and language level to match the application, then enable Composer support where available.

Git and terminal workflow

Use EGit or external Git consistently with team policy. Keep builds/tests runnable from the shell so PDT is not the only way to validate the project.

When PDT is the right choice

Teams already standardized on Eclipse, or migrating from Zend Studio’s Eclipse lineage, often prefer PDT. Teams needing polyglot remote containers may still prefer VS Code or PhpStorm.

Verification and maintenance

Eclipse PDT Setup for PHP was reviewed for this seed on 2026-08-09. Confirm current releases and extension publishers through Eclipse PDT before adopting recommendations.

Related reading