ddeboer/salesforce-mapper-bundle

A Salesforce API mapper

Installs: 34 940

Dependents: 0

Suggesters: 0

Security: 0

Stars: 28

Watchers: 5

Forks: 27

Open Issues: 7

Type:symfony-bundle

pkg:composer/ddeboer/salesforce-mapper-bundle

0.2.0 2013-05-30 22:41 UTC

This package is auto-updated.

Last update: 2025-10-06 10:34:51 UTC


README

Build Status

Ddeboer Salesforce Mapper Bundle

Introduction

This bundle provides transparent, object-oriented access to your Salesforce data.

Features

  • Easily fetch records from Salesforce, and save these same records back to Salesforce: read-only fields are automatically ignored when saving.
  • Find by criteria, so you don’t have to roll your own SOQL queries.
  • Fetch related records in one go, so you save on API calls.
  • Adjust the mappings to retrieve and save records exactly like you want to.
  • The MappedBulkSaver helps you stay within your Salesforce API limits by using bulk creates, deletes, updates and upserts for mapped objects.
  • Completely unit tested (still working on that one).

Documentation

Documentation is included in the Resources/doc directory.