Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT"

(Developer Resources)
(Contributing to PDT)
Line 30: Line 30:
  
  
=== Developer Resources ===
+
== Developer Resources ==
  
 
* [http://wiki.eclipse.org/Extending_PDT Extending PDT ]
 
* [http://wiki.eclipse.org/Extending_PDT Extending PDT ]

Revision as of 09:50, 18 May 2014

PHP Development Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Project in providing developers with PHP capabilities.

The purpose of the Wiki page is to provide additional information on top of the information from the official website with easy accessibility and editing.

Getting PDT

There are several ways to get PDT - the most common one is to download the classic IDE from the Eclipse.org download site and then adding the PDT component from the "Help > Install new Software..." menu.

Here's a list of alternative (probably outdated) installation methods: PDT/Installation

If you want to have an up-to-date installation, read PDT/Nightlies


Using PDT


Contributing to PDT

PDT is an Open Source project and we welcome everyone who's interested to contribute his or her source code or help project in some other way. Read PDT/Contributing to learn how to get source code and build it.


Developer Resources

Mailing Lists

IRC Channels

  • #pdt on irc.freenode.net: An interactive way to help and get helped.

Back to the top