Projects
- PHP Tool Integration
On the one hand there exist many good PHP tools such as PHPUnit or PHP CodeSniffer which support the development of PHP scripts. On the other hand there are powerful IDEs for example PHP Delepment Tools Project (PDT) but mostly with no possibility to use such tools with them. The Eclipse PHP Tool Integration (PTI) is a collection of Eclipse plugins which aims to close this gap....
- External PHP Checker
External PHP Checker provides tools to run custom PHP scripts as validators on your source files. Therefore it extends the Eclipse DLTK External Checker to run PHP scripts directly.
- PEAR Library
This plugin provides a management for PEAR libraries, which some PHP Tool Integration plugins like PHP_CodeSniffer or PHPUnit needs. You can use the internal library provides with this plugin or add your own....
- PHP Copy/Paste Detector
This plugin allows you to use PHP Copy/Paste Detector to search for duplicate source code fragments in your Eclipse projects.
- PHP Framework Integration
This plugins provide tools to integrate PHP frameworks into Eclipse.
- PHP Tool Integration Core
This is the core plugin for PHP Tool Integration. It provides several core classes which tool plugins can use.
- PHP_CodeSniffer
This plugin integrates PHP_CodeSniffer into Eclipse. You can choose to scan your code manually or automatically with one or more PHP_CodeSniffer Standards, which can be default Standards or you can add your own....
- PHP_Depend
This plugin integrates PHP Depend into Eclipse and allows to run it directly from there.
Also available in: Atom