sugarcrm / php-rest-client-v2
An SDK for interacting with Sugar's REST v10 API.
Installs: 9 842
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- michaelj2324/php-rest-client: >=1.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0|~5.0
This package is auto-updated.
Last update: 2024-11-09 01:36:20 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
Add to any project using composer:
"require": {
"sugarcrm/rest-php-client": "~2.0"
}
If you were previously using v1.x, please note v2.x uses different namespaces and is not backwards compatible. You can run v1.x and v2.x side-by-side by using the sugarcrm/php-rest-client-v2 package, which will always maintain the latest 2.x package
Check out the Wiki for detailed information on
- Installation
- Usage
- Customization
- Included endpoints
- Architecture overview
Developing the PHP REST Client
Requirements:
- v1.x
- v2.x
- [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.