An open API service indexing awesome lists of open source software.

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

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)