PHPackages                             neo-arno/sugar-rest-bundle - 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. neo-arno/sugar-rest-bundle

ActiveSymfony-bundle[API Development](/categories/api)

neo-arno/sugar-rest-bundle
==========================

A Symfony2 bundle for the access SugarCRM REST API

21182[1 PRs](https://github.com/NeoArno/sugar-rest-bundle/pulls)PHP

Since Jul 15Pushed 8y ago3 watchersCompare

[ Source](https://github.com/NeoArno/sugar-rest-bundle)[ Packagist](https://packagist.org/packages/neo-arno/sugar-rest-bundle)[ RSS](/packages/neo-arno-sugar-rest-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

sugarRESTBundle
===============

[](#sugarrestbundle)

A Symfony2 bundle for the access SugarCRM REST API

\##Installation

Add SugarRESTBundle in your composer.json:

```
{
    "require": {
        "neo-arno/sugar-rest-bundle": "dev-master",
        ...
    }
}
```

Update your application

```
$ php composer.phar update neo-arno/sugar-rest-bundle
```

Now the bundle is installed in your vendor/neo-arno/sugar-rest-bundle directory

Enable the bundle in the AppKernel.php file :

```
    $bundles = array(
        // ...
        new NeoArno\sugarRESTBundle\sugarRESTBundle(),
    );
```

This bundle use a rest client bundle : "leaseweb/api-caller-bundle" And you can use rest API bundle you want ;-) see documentation for more information ...

Now just initialize the REST URL for your SugarCRM instance in Resources/config/services.yml

```
    // ...
    rest_url: "http:///service/v4_1/rest.php"
    api_version: "4.1"
```

the api\_version parameter isreserved for a futur use

\##Documentation

Retrieve documentation on my website :

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3421106?v=4)[NeoArno](/maintainers/NeoArno)[@NeoArno](https://github.com/NeoArno)

---

Top Contributors

[![NeoArno](https://avatars.githubusercontent.com/u/3421106?v=4)](https://github.com/NeoArno "NeoArno (19 commits)")[![alainhl](https://avatars.githubusercontent.com/u/1686340?v=4)](https://github.com/alainhl "alainhl (3 commits)")[![jdambacher](https://avatars.githubusercontent.com/u/11720159?v=4)](https://github.com/jdambacher "jdambacher (2 commits)")[![ben62920](https://avatars.githubusercontent.com/u/5525032?v=4)](https://github.com/ben62920 "ben62920 (1 commits)")

### Embed Badge

![Health badge](/badges/neo-arno-sugar-rest-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/neo-arno-sugar-rest-bundle/health.svg)](https://phpackages.com/packages/neo-arno-sugar-rest-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
