comsave / salesforce-mapper-bundle
Salesforce object mapper bundle
Package info
github.com/comsave/salesforce-mapper-bundle
Type:symfony-bundle
pkg:composer/comsave/salesforce-mapper-bundle
3.7.1
2020-07-28 08:48 UTC
Requires
- php: >=7.2.0
- comsave/salesforce-bundle: ^3.4.5
- doctrine/common: ^2.7.2
- sensio/framework-extra-bundle: ^5.0.0
- symfony/dependency-injection: ^3.4|^4.3
- symfony/event-dispatcher: ^3.4|^4.3
- symfony/http-kernel: ^3.4|^4.3
Requires (Dev)
- phpunit/php-code-coverage: ^6.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2026-05-28 22:13:59 UTC
README
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.