You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
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:
On its own
composer require sugarcrm/rest-php-client
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.