2017 © Pedro PelĂĄez
 

library salesforce

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

image

genesis-global/salesforce

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  • Tuesday, November 21, 2017
  • by SiliconMind
  • Repository
  • 4 Watchers
  • 1 Stars
  • 3,661 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 18 Versions
  • 28 % Grown

The README.md

Salesforce

Salesforce REST PHP client, (*1)

How to use:, (*2)

$config = [
    'authentication' => [
        'endpoint' => 'https://login.salesforce.com',
        'client_id' => 'id',
        'client_secret' => 'secret',
        'username' => 'name',
        'password' => 'pass',
        'security_token' => '2e2d3233434'
    ],
    'rest' => [
        'version' => 'v35.0',
        'endpoint' => 'http://endpoint'
    ]
];
$salesforceClient = new GenesisGlobal\Salesforce\Client\SalesforceClientFactory($config);
$query = 'SELECT Id, Name, Code__c, Active__c FROM Exclusive__c';
$response = $salesforceClient->get('query', $query);

If you’re verifying authentication on a sandbox organization, use “test.salesforce.com” instead of “login.salesforce.com”., (*3)

Make sure to reset your token to get first security_token., (*4)

The Versions

21/11 2017

dev-master

9999999-dev

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

21/11 2017

1.1.8

1.1.8.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

05/09 2017

1.1.7

1.1.7.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

28/07 2017

1.1.6

1.1.6.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

10/07 2017

1.1.5

1.1.5.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

10/07 2017

1.1.4

1.1.4.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

10/07 2017

1.1.3

1.1.3.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

06/07 2017

1.1.2

1.1.2.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

The Development Requires

salesforce

29/06 2017

1.1.1

1.1.1.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

27/06 2017

1.1.0

1.1.0.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

14/06 2017

1.0.9

1.0.9.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

07/06 2017

1.0.8

1.0.8.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

07/06 2017

1.0.7

1.0.7.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

30/05 2017

1.0.6

1.0.6.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

30/05 2017

1.0.3

1.0.3.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

30/05 2017

1.0.2

1.0.2.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

22/05 2017

1.0.0

1.0.0.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce

22/05 2017

1.0.1

1.0.1.0

Provides OAuth2 authentication and exposes Salesforce REST API methods in OOP friendly way.

  Sources   Download

MIT

The Requires

 

salesforce