sugarcrm/rest-php-client

This package is abandoned and no longer maintained. The author suggests using the sugarcrm-developers/php-rest-client package instead.

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

Installs: 165 741

Dependents: 2

Suggesters: 0

Security: 0

Stars: 35

Watchers: 28

Forks: 31

Open Issues: 6

pkg:composer/sugarcrm/rest-php-client

2.0.Beta.16 2022-04-27 16:24 UTC

README

Minimum PHP Version Build Status Latest Stable Version License Total Downloads

SugarCRM REST PHP Client

Overview

A simple and intuitive Library for accessing a Sugar 7'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

Check out the Wiki for detailed information on

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

Developing the PHP REST Client

Requirement:

You need to have installed: php 5.3+

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.