2017 © Pedro Peláez
 

symfony-bundle sugarcrm-bundle

Bundle for simple access to the REST API of Sugar CRM 7 and up.

image

bisonlab/sugarcrm-bundle

Bundle for simple access to the REST API of Sugar CRM 7 and up.

  • Friday, October 13, 2017
  • by thomasez
  • Repository
  • 2 Watchers
  • 0 Stars
  • 510 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

sugarcrm-bundle

Symfony2 bundle for accessing Sugar CRM REST v10 interface., (*1)

It's a Bundle for using spinegar/sugarcrm7-api-wrapper-class., (*2)

This can be used in two ways, the wrapper directly or through the NoOrmBundle. You will most likely just use the wrapper as it gives you direct access to the sugar service and can use it directly as per it's documenatation., (*3)

The other is for more complete objects and control but for now it basically does the same as the wrapper but with the same API as other NoOrmBundle adapters, which is a good idea if you are using NoOrmBundle but not much of a reason to start using it., (*4)

Choosing this is easy., (*5)

In app/config/config.yml, pick one of these lines:, (*6)

  • { resource: @BisonLabSugarCrmBundle/Resources/config/services_wrapper.yml }, (*7)

  • { resource: @BisonLabSugarCrmBundle/Resources/config/services.yml }, (*8)

Parameters.yml needs the same parameters for either access method:, (*9)

sugarcrm_base_url: http://sugar.local.net
sugarcrm_username: sugar
sugarcrm_password: sugar

Remember your app/AppKernel.php entry:, (*10)

new BisonLab\SugarCrmBundle\BisonLabSugarCrmBundle(),

And if you are going to use the BisonLabNoOrmBundle, add it to your composer.json, (*11)

Have fun,, (*12)

Thomas., (*13)

The Versions

13/10 2017

dev-master

9999999-dev https://github.com/thomasez/SugarCrmBundle

Bundle for simple access to the REST API of Sugar CRM 7 and up.

  Sources   Download

GPLv2

The Requires

 

by Thomas Lundquist

symfony rest sugarcrm

21/05 2016

1.0.0

1.0.0.0 https://github.com/thomasez/SugarCrmBundle

Bundle for simple access to the REST API of Sugar CRM 7 and up.

  Sources   Download

GPLv2

The Requires

 

by Thomas Lundquist

symfony rest sugarcrm