Skip to content
Mike Russell edited this page Aug 10, 2016 · 2 revisions

#Composer The SugarCRM REST PHP Client is built as a composer package and can be used in two ways:

  1. On its own
composer require sugarcrm/rest-php-client
  1. Inside a PHP Projects composer.json File
    require: {
        "sugarcrm/rest-php-client": "1.*"
    }

Once composer retrieve's the package it will autoload the SugarAPI\SDK namespace to correspond to the src/ directory of the Repository, so you can being using the framework in your development.

Clone this wiki locally