https://github.com/advisors-excel-llc/aeconnect
Synchronize Doctrine Entities to and from one or more Salesforce Orgs
https://github.com/advisors-excel-llc/aeconnect
data-sync data-synchronization doctrine-orm salesforce salesforce-api salesforce-rest-api symfony-bundle
Last synced: 18 days ago
JSON representation
Synchronize Doctrine Entities to and from one or more Salesforce Orgs
- Host: GitHub
- URL: https://github.com/advisors-excel-llc/aeconnect
- Owner: advisors-excel-llc
- License: mit
- Created: 2018-09-05T19:44:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T18:45:51.000Z (almost 6 years ago)
- Last Synced: 2025-09-15T23:46:36.276Z (10 months ago)
- Topics: data-sync, data-synchronization, doctrine-orm, salesforce, salesforce-api, salesforce-rest-api, symfony-bundle
- Language: PHP
- Homepage:
- Size: 17.4 MB
- Stars: 2
- Watchers: 16
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AEConnect
## Requirements
* PHP 7.1+
* PCNTL extension
* Symfony 3.4+
## Installation
Install the bundle via composer
```bash
composer require ae/connect-bundle
```
## Documentation
* [Configuration](Resources/docs/config/README.md)
* [Entity Mapping](Resources/docs/config/entity_mapping.md)
* [Connections Created from Stored Credentials](Resources/docs/config/runtime_connections.md)
* [Advanced Connection Strategies](Resources/docs/config/advanced_connections.md)
* [Inbound Data from Salesforce](Resources/docs/inbound/README.md)
* [Outbound Data to Salesforce](Resources/docs/outbound/README.md)
* [Inbound and Outbound Validation](Resources/docs/validation/README.md)
* [Data Transformation](Resources/docs/transformers/README.md)
* [Bulk Synchronization](Resources/docs/bulk/README.md)
* [Command and Debugging Reference](Resources/docs/commands/README.md)
## Resources
* [Enqueue](https://github.com/php-enqueue/enqueue-dev)
* [Salesforce Rest SDK](https://github.com/advisors-excel-llc/salesforce-rest-sdk)