Download the PHP package syncrasy/pimcore-salesforce-bundle without Composer

On this page you can find all versions of the php package syncrasy/pimcore-salesforce-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pimcore-salesforce-bundle

Pimcore-Salesforce-Connector

This bundle allows integration of the Pimcore PIM system with your existing Salesforce system with just a few steps. It offers further customisation, allowing you to configure and utilize the bundle as per your requirements.

Key features:

Prerequisites

Getting Started/Installation:

  1. Install Pimcore-Salesforce Connector command line composer require syncrasy/pimcore-salesforce-bundle
  2. Enable the bundle by running bin/console pimcore:bundle:enable SyncrasyPimcoreSalesforceBundle
  3. Install Bundle by running bin/console pimcore:bundle:install SyncrasyPimcoreSalesforceBundle
  4. Clear cache by running bin/console cache:clear --no-warmup
  5. Reload Pimcore instance
  6. Enter required values in Pimcore Website Settings
    • salesforce-org: enter environment type (production or development)
    • salesforce-password:
    • salesforce-username:
  7. Create a new object of class SalesForceSetup

Configure and Setup

  1. Use website Settings to supply the Salesforce information like credentials and environment type
  2. Access Pimcore Salesforce Connector from the wrench icon
  3. Create mapping for desired class in Pimcore which you would like to sync in Salesforce
  4. Basic Configuration:
    • Pimcore Classes - choose from the list of existing Pimcore classes
    • Salesforce Objects - choose from the list of existing Salesforce objects
    • Field for SF ID - a unique field from Pimcore class to store the Saleforce ID
    • Pimcore Unique Field - a unique field for mapping. Example email
    • Salesforce Unique Field - a unique field for mapping. Example email
  5. Column Configuration - configure the Pimcore class fields which will be mapped to Saleforce object fields.

Supported Pimcore field types:

  1. Calculated Value Type
  2. Date Types
  3. Dynamic Select Types
  4. Geographic Types
  5. Localized Fields
  6. Number Types

All versions of pimcore-salesforce-bundle with dependencies

PHP Build Version
Package Version
Requires pimcore/pimcore Version >=10.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package syncrasy/pimcore-salesforce-bundle contains the following files

Loading the files please wait ....