PHPackages                             inetprocess/sugarcrm-apiwrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. inetprocess/sugarcrm-apiwrapper

ActiveLibrary[API Development](/categories/api)

inetprocess/sugarcrm-apiwrapper
===============================

A very simple API Wrapper for SugarCRM 7

v1.0.10(4y ago)51.3k3GPL-2.0PHPPHP &gt;=5.6

Since Jun 15Pushed 4y ago4 watchersCompare

[ Source](https://github.com/inetprocess/sugarcrm-apiwrapper)[ Packagist](https://packagist.org/packages/inetprocess/sugarcrm-apiwrapper)[ RSS](/packages/inetprocess-sugarcrm-apiwrapper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (13)Used By (0)

SugarCRM Api Wrapper
====================

[](#sugarcrm-api-wrapper)

Install
=======

[](#install)

```
composer require inetprocess/sugarcrm-apiwrapper
```

Usage
=====

[](#usage)

BaseRequest
-----------

[](#baserequest)

A basic class that initiate the Guzzle HTTP Client and provides the main methods for other class to do SugarCRM API Calls. You can use it directly but it's not recommanded. You can also build your own class based on that one.

### Example Usage:

[](#example-usage)

```
