2017 © Pedro Peláez
 

library salesforce

A Laravel 4 package for the PHPForce Salesforce library

image

ronster/salesforce

A Laravel 4 package for the PHPForce Salesforce library

  • Thursday, November 28, 2013
  • by Ronster
  • Repository
  • 1 Watchers
  • 5 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel4-Salesforce-library

Installation

Install this package through Composer. To your composer.json file, add:, (*1)

"require-dev": {
    "Ronster/Salesforce": "dev-master"
}

Next, run composer update to download it., (*2)

Finally, add the service provider to app/config/app.php, within the providers array., (*3)

'providers' => array(
    // ...

    'Ronster\Salesforce\SalesforceServiceProvider'
)

Configuration

Run php artisan config:publish ronster/salesforce to publish the package config file. Add your username, password, security token(optional) and the absolute path to your enterprise/partner WSDL file which can be obtained from your Salesforce Org., (*4)

Usage

This package is a laravel 4 port of the PHPforce/soap-client library. Instructions can be found here: PHPForce/soap-client, (*5)

Example

Salesforce::query('select Name, SystemModstamp from Account limit 5');

The Versions

28/11 2013

dev-master

9999999-dev

A Laravel 4 package for the PHPForce Salesforce library

  Sources   Download

The Requires

 

by Ronnie Visser

laravel soap laravel4 salesforce crm force.com