Creating a New Apigility Project

This procedure explains how to create a new ApigilityApigility is an API Builder, designed to simplify creating and maintaining useful, easy to consume, and well structured APIs. project.

 

 

Instructions on how to complete a procedure

To create a new Apigility project in Zend Studio:

  1. In Zend Studio, go to File | New | Apigility Project.
    -OR-
    In the PHP Explorer View, right-click and select New | Project| Apigility Project.
    The New Apigility Project wizard is displayed.

  1. Name your new project.
  2. Select the file location of the new project.
  3. PHP Server: By default, the default PHP web server is selected.
    To select a different server, deselect the check-box, and click the drop-down menu to select an existing server for deploying the new server project, or click Add Server to create a new server. For information on adding new servers, see Managing PHP Servers.
  1. Click Finish.
    Your new Apigility project is created, and displayed in the PHP Explorer.

    Note:

    The Apigility Editor UI requires certain Composer dependencies. These will be added to the project now, together with Composer Support.

By default, the Apigility Editor is opened and displayed in your editor. Use this editor to configure your APIs and define the way HTTP requests are to be handled by your mobile applications. For more information, see Configuring APIs with Apigility.