PHPackages                             apsconnect/connect-quickstart-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. apsconnect/connect-quickstart-template

ActiveProject[Utility &amp; Helpers](/categories/utility)

apsconnect/connect-quickstart-template
======================================

APS Connect QuickStart Template

19(6y ago)51492proprietaryPHPPHP &gt;=5.6.0CI failing

Since Oct 17Pushed 6y ago4 watchersCompare

[ Source](https://github.com/cloudblue/connect-quickstart-template-for-php)[ Packagist](https://packagist.org/packages/apsconnect/connect-quickstart-template)[ Docs](http://www.ingrammicrocloud.com/)[ RSS](/packages/apsconnect-connect-quickstart-template/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (3)Versions (11)Used By (0)

Connect SDK Template for PHP
============================

[](#connect-sdk-template-for-php)

The Connect SDK Template for php provides developers an complete skeleton to start their automation project using the [Connect Fulfillment API](http://help.vendor.connect.cloud.im/support/solutions/articles/43000030735-fulfillment-management-module) together with the [Connect SDK for PHP](https://github.com/ingrammicro/connect-php-sdk).

Requirements
------------

[](#requirements)

In order to use this template you will need an environment capable to run PHP scripts, any version starting PHP 5.6 is supported. Additionally please ensure that [composer](https://getcomposer.org/) it's functional.

Installation
------------

[](#installation)

You can download the quick start template with Composer `create-project` command in your terminal:

```
composer create-project --prefer-dist apsconnect/connect-quickstart-template project-name
```

Once you have the skeleton project ready you can start developing your custom code in `app/ProductFulfillment.php` file in the `processRequest()` method.

```
