All Projects → ddeboer → DdeboerSalesforceMapperBundle

ddeboer / DdeboerSalesforceMapperBundle

Licence: other
A Salesforce mapper bundle for Symfony2

Programming Languages

PHP
23972 projects - #3 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].