2017 © Pedro Peláez
 

symfony-bundle sugar-rest-bundle

A Symfony2 bundle for the access SugarCRM REST API

image

neo-arno/sugar-rest-bundle

A Symfony2 bundle for the access SugarCRM REST API

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

sugarRESTBundle

A Symfony2 bundle for the access SugarCRM REST API, (*1)

Installation

Add SugarRESTBundle in your composer.json:, (*2)

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

Update your application, (*3)

``` bash $ php composer.phar update neo-arno/sugar-rest-bundle, (*4)


Now the bundle is installed in your vendor/neo-arno/sugar-rest-bundle directory Enable the bundle in the AppKernel.php file : ``` php $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 ..., (*5)

Now just initialize the REST URL for your SugarCRM instance in Resources/config/services.yml, (*6)

``` php, (*7)

// ...
rest_url: "http://<your-sugarcrm-instance-url>/service/v4_1/rest.php"
api_version: "4.1"

```, (*8)

the api_version parameter isreserved for a futur use, (*9)

Documentation

Retrieve documentation on my website : http://blog.neoarno.com/wp-content/uploads/2013/08/SugarCRMRESTBundle-DevDoc-0.2.pdf, (*10)

The Versions

15/07 2016

dev-master

9999999-dev https://github.com/NeoArno/sugar-rest-bundle

A Symfony2 bundle for the access SugarCRM REST API

  Sources   Download

MIT

The Requires

 

rest crm sugarcrm