ddeboer/salesforce-client-bundle

This package is abandoned and no longer maintained. The author suggests using the phpforce/salesforce-bundle package instead.

A Salesforce API Client

0.1.1 2012-02-08 12:08 UTC

This package is auto-updated.

Last update: 2022-02-01 12:19:58 UTC


README

Build Status

Deprecated! This bundle has been replaced with phpforce/salesforce-bundle.

Ddeboer Salesforce Client Bundle

Introduction

This bundle is a client for the Salesforce SOAP API. The bundle is intended as a replacement for the Force.com Tookit for PHP.

Features

This bundle’s features include the following.

  • Automatic conversion between PHP and SOAP date and datetime objects.
  • Automatic conversion of Salesforce (UTC) times to your local timezone.
  • Easily extensible through events: add custom logging, error handling etc.
  • Iterating over large results sets that require multiple calls to the API is easy through the record iterator.
  • The BulkSaver helps you stay within your Salesforce API limits by using bulk creates, deletes, updates and upserts.
  • Completely unit tested (still working on that one).
  • Use the client in conjunction with the Mapper Bundle to get even easier access to your Salesforce data.

Documentation

Documentation is included in the Resources/doc directory.