sugarcrm / rest-php-client
An SDK for interacting with Sugar's REST v10 API.
Installs: 134 769
Dependents: 2
Suggesters: 0
Security: 0
Stars: 35
Watchers: 28
Forks: 31
Open Issues: 6
Requires
- php: >=5.3.0
- michaelj2324/php-rest-client: 1.3.*
Requires (Dev)
- dev-master
- 4.0.x-dev
- 3.0.x-dev
- 2.0.x-dev
- 2.0.Beta.16
- 2.0.Beta.15
- 2.0.Beta.14
- 2.0.Beta.13
- 2.0.Beta.12
- 2.0.Beta.11
- 2.0.Beta.10
- 2.0.Beta.9
- 2.0.Beta.8
- 2.0.Beta.7
- 2.0.Beta.6
- 2.0.Beta.4
- 2.0.Beta.3
- 2.0.Beta.2
- V1.4.5
- V1.4.4
- V1.4.3
- V1.4.2
- V1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1
- v1.0
- dev-SUPP-3336
- dev-1.x-Legacy
This package is not auto-updated.
Last update: 2024-11-21 16:21:26 UTC
README
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:
- With PHP installed, navigate to the repo folder (rest-php-client) via terminal.
- Run 'composer install'
Contributing:
See CONTRIBUTING for how you can contribute changes back into this project.