Home


Welcome to PHPsrc home of Eclipse Plugin PHP Tool Integration (PTI).

PHP Tool Integration provides following Features for Eclipse:

... and more will come!

Update Sites:
Stable: http://www.phpsrc.org/eclipse/pti/
Development: http://www.phpsrc.org/eclipse/pti-dev/

Latest news

PHP Tool Integration Core : 1.5.0 Release
Added by Sven Kiera about 1 month ago

PEAR Library: 1.2.1 Release
Added by Sven Kiera about 1 month ago

PHP_CodeSniffer: 1.2.5 Release
Added by Sven Kiera about 1 month ago

PHPUnit: 0.4.0 Release
Added by Sven Kiera about 1 month ago

PHP Copy/Paste Detector: 0.2.2 Release
Added by Sven Kiera 3 months ago

View all news

Latest projects

  • PEAR Library (02/27/2010 09:57 pm)

    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....

  • External PHP Checker (02/27/2010 09:55 pm)

    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.

  • PHP_Depend (02/27/2010 07:23 pm)

    This plugin integrates PHP Depend into Eclipse and allows to run it directly from there.

  • PHP Copy/Paste Detector (02/27/2010 07:22 pm)

    This plugin allows you to use PHP Copy/Paste Detector to search for duplicate source code fragments in your Eclipse projects.

  • PHPUnit (02/27/2010 07:20 pm)

    PHPUnit is a well known member of the xUnit family of testing frameworks. This plugin integrate this framework into Eclipse. It allows you to run your test manually or automatically. It displays the results of your tests in Eclipse and if failed, it marks tests in test case files as failed....