Creating PHP Projects

PHP projects are the containers within which all PHP and other application files should be created.

To create a new PHP project:

  1. From the menu bar, go to File | New | PHP Project -Or- In Project Explorer view, right-click and select New | PHP Project. The New PHP Project wizard is displayed.
    new_php_project_wizard.png
  2. Enter the following information:
  3. Click Next to configure the project's Include Path (this can also be done following the project creation).
  4. Click Next to configure the project's PHP Build Path (this can also be done following project creation).
  5. Click Finish.

The new PHP project will be created in your workspace and displayed in Project Explorer View.

You can now start to develop your application by creating PHP Files or adding other resources to your project.