sugarcrm-developers/php-rest-client

An SDK for interacting with Sugar's REST v10+ API.

1.0.3 2025-03-03 18:58 UTC

This package is auto-updated.

Last update: 2025-05-01 00:21:46 UTC


README

Coverage Status Packagist Downloads Packagist Version

SugarCRM PHP REST Client

Overview

A simple and intuitive Library for accessing a SugarCRM's REST v10+ API. Allows for Object Oriented design around accessing data from a SugarCRM system, so you can easily get your integration project underway.

Usage

Add to any project using composer:

"require": {
    "sugarcrm-developers/php-rest-client": "^1.*"
}

Check out the Wiki for detailed information on

  • Installation
  • Usage
  • Customization
  • Included endpoints
  • Architecture overview

Developing the PHP REST Client

Requirements:

Steps:

  1. With PHP installed, navigate to the repo folder (rest-php-client) via terminal.
  2. Run 'composer install'

Contributing:

See CONTRIBUTING for how you can contribute changes back into this project.