comsave / salesforce-mapper-bundle
Salesforce object mapper bundle
Installs: 2 304
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 27
Type:symfony-bundle
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
- dev-master
- 3.7.1
- 3.7.0
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1.x-dev
- 3.6.1
- 3.6
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 0.2.1
- 0.2.0
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
- dev-wsdlvalidator
- dev-test-helper
- dev-revert-1-test-helper
- dev-php7
This package is auto-updated.
Last update: 2024-10-28 18:42:47 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.