PHPackages                             minnpost/object-sync-for-salesforce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. minnpost/object-sync-for-salesforce

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

minnpost/object-sync-for-salesforce
===================================

WordPress plugin that implements mapping and syncing between Salesforce objects and WordPress objects

v2.2.13(5mo ago)99874↓50%53[30 issues](https://github.com/MinnPost/object-sync-for-salesforce/issues)[4 PRs](https://github.com/MinnPost/object-sync-for-salesforce/pulls)GPL-2.0PHPPHP &gt;=7.2CI passing

Since May 30Pushed 1mo ago8 watchersCompare

[ Source](https://github.com/MinnPost/object-sync-for-salesforce)[ Packagist](https://packagist.org/packages/minnpost/object-sync-for-salesforce)[ Fund](https://www.minnpost.com/support/?campaign=7010G0000012fXGQAY)[ RSS](/packages/minnpost-object-sync-for-salesforce/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (101)Used By (0)

Object Sync for Salesforce
==========================

[](#object-sync-for-salesforce)

[![PHPCS Inspections](https://github.com/MinnPost/object-sync-for-salesforce/workflows/Inspections/badge.svg)](https://github.com/MinnPost/object-sync-for-salesforce/workflows/Inspections/badge.svg) [![Code Climate](https://camo.githubusercontent.com/8b04f6b0c293b81dd3e6882726c375febae5dda0799e3829e761512c44592cf5/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4d696e6e506f73742f6f626a6563742d73796e632d666f722d73616c6573666f7263652f6261646765732f6770612e737667)](https://codeclimate.com/github/MinnPost/object-sync-for-salesforce) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/b7ca0a7abd452b98d719a28aaa9fdc60c5362c02babe7845d50d0d13a07f7ef5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4d696e6e506f73742f6f626a6563742d73796e632d666f722d73616c6573666f7263652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/MinnPost/object-sync-for-salesforce/?branch=master)

Object Sync for Salesforce is a WordPress plugin that maps and syncs data between Salesforce objects and WordPress content types. It originated as a WordPress fork of the [Drupal Salesforce Suite](https://github.com/thinkshout/salesforce) (version 7.x-3.x-dev), though it has evolved since then.

Getting started
---------------

[](#getting-started)

For any supported WordPress content types (e.g. post, page, user, or any supported custom content type in your installation), you can assign Salesforce objects that will be created / updated / deleted when the data in WordPress is saved, and the WordPress objects can be created / updated / deleted when the data in Salesforce is saved.

For each such combination of object and content type, choose which fields should be mapped to one another, creating a fieldmap. The plugin acts on matching data after it is installed.

This plugin also includes developer hooks that allow for additional plugins to modify what data the plugin is working with, or what happens upon specific events.

To get started, install Object Sync for Salesforce from the [WordPress plugin repository](https://wordpress.org/plugins/object-sync-for-salesforce/) and follow the [setup instructions](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/initial-setup.md).

### Requirements

[](#requirements)

1. The minimum system requirements for the [Action Scheduler](https://actionscheduler.org/) library. Currently this library requires a PHP installation of at least version 7.2 and a WordPress installation of at least version 6.5.
2. SSL support.
3. A Salesforce account. Developers can register for a free Developer Edition account at
4. A remote application/connected Salesforce app for authorization.

We maintain [extensive documentation](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/readme.md) of the plugin beyond its installation process as well, including its developer hooks. This documentation also exists in the plugin's `docs` folder when it is downloaded.

Troubleshooting
---------------

[](#troubleshooting)

If you are having trouble setting up or configuring the plugin, we've provided answers to some common problems in our [troubleshooting](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/troubleshooting.md) document. Expanding this document is also a great way to [contribute](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/contributing.md) to this plugin.

Getting support using this plugin
---------------------------------

[](#getting-support-using-this-plugin)

We make an effort to answer support requests in the [WordPress plugin forum](https://wordpress.org/support/plugin/object-sync-for-salesforce/). If you have these requests, please put them in that forum only. Do not send them by email or by social media.

While MinnPost's nonprofit newsroom does welcome [donations](https://www.minnpost.com/support/?campaign=7010G0000012fXGQAY) to support our work, this plugin does not have a paid version.

Use this repository for bugs, feature requests, and other additions and especially do that if you can help solve these things. Extending this plugin
---------------------

[](#extending-this-plugin)

WordPress developers can use hooks in this plugin to extend its functionality. These are listed, with links to each hook's documentation, in the [developer hooks documentation](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/all-developer-hooks.md), and are frequently mentioned throughout the plugin's [documentation](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/readme.md).

We host [a document](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/example-extending-plugins.md) intended to list plugins that use these hooks or otherwise extend this plugin, and we welcome additions.

Contribute to plugin development
--------------------------------

[](#contribute-to-plugin-development)

If you'd like to suggest a feature, or if you think you've encountered a bug, you can [create an issue](https://github.com/minnpost/object-sync-for-salesforce/issues) on our GitHub repository. We actively add our own issues to the list, and comment on their progress.

We welcome contributions of code, documentation, or translations to this project from other developers. See our [contributing guidelines](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/contributing.md).

Finding other sync options
--------------------------

[](#finding-other-sync-options)

This plugin can be relatively complicated, and sometimes other plugins can effectively integrate Salesforce and WordPress, especially if there are more limited, specific requirements. If one of these can meet those requirements, use it. We're happy to link to additional choices here, as well.

- [Object Data Sync for Salesforce](https://plugins.miniorange.com/wordpress-object-sync-for-salesforce) is a fully supported and maintained plugin from another company that also synchronizes WordPress and Salesforce objects.
- [WordPress-to-Lead for Salesforce CRM](https://appexchange.salesforce.com/listingDetail?listingId=a0N30000003GxgkEAC) can be installed through the Salesforce AppExchange. It allows you to run a contact form which users on your WordPress site can submit, and the results are added to Salesforce as a Lead object.
- [Brilliant Web-to-Lead for Salesforce](https://wordpress.org/plugins/salesforce-wordpress-to-lead/) can be installed through the WordPress plugin directory. This is rather similar to the first option, but is a bit more customizable. By customizable, you can select the fields in WordPress and theme it in your WordPress theme.
- [Gravity Forms Salesforce](https://wordpress.org/plugins/gf-salesforce-crmperks/) can be installed through the WordPress plugin directory. It is quite powerful, as it can send form submissions from your WordPress site to Salesforce as whatever object you need. It's important to mention that this works for any form created with the [Gravity Forms](http://www.gravityforms.com/) plugin. It's also important to mention that this does not sync data back from Salesforce into Wordpress.
- [WP Fusion Lite](https://wordpress.org/plugins/wp-fusion-lite/) can be installed through the WordPress plugin directory. This plugin is able to sync WordPress user records with contacts from different CRMs (including Salesforce) and manage content access based on tags it uses. This plugin also has a paid version that integrates with other WordPress plugins.
- [WooCommerce Salesforce Integration](https://wordpress.org/plugins/woo-salesforce-plugin-crm-perks/) can be installed through the WordPress plugin directory. This plugin is able to create records in Saleforce when orders are placed through WooCommerce. This plugin also offers a premium version.
- **Third party integration apps** such as [Zapier](https://zapier.com/) are subscription-based, paid ways to integrate different systems, and they offer differing amounts of customizability. They will usually sync in both directions, so in this case from WordPress to Salesforce and vice versa. The only limitations of something like this are the cost over time, and the possible vulnerability of basing an integration on a third party that could, at some point, go away.
- [Visualforce](https://developer.salesforce.com/page/An_Introduction_to_Visualforce) If you are or have a Salesforce developer, you can build MVC based applications that integrate with Salesforce. It would be possible to build a system that uses, for example, the [WordPress REST API](https://developer.wordpress.org/rest-api/) to send and receive data to and from WordPress. This could be, in many ways, the flip side of what our plugin here does, but the complexity would be the same if the scope was the same.
- **Build other integrations in WordPress** this plugin focuses on the Salesforce REST API, as it covers the integration needs we have. It also provides some support for the SOAP API, primarily to detect merges of Salesforce records. Salesforce also has other developer options: the Bulk API, and the Metadata API, the Analytics API, and likely more functionality that is only in SOAP. Developers could extend this plugin to integrate with one of these. We would welcome any pull requests!

Changelog
---------

[](#changelog)

See our [full changelog](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/changelog.md) for information about all previous releases.

All versions of this plugin are listed in the [releases](https://github.com/MinnPost/object-sync-for-salesforce/releases).

Donating
--------

[](#donating)

If you'd like to support this project financially, MinnPost is a 501(c)(3) nonprofit news organization located in Minnesota. You can make a tax-deductible donation, and we'll attach it to our open source development work, at .

###  Health Score

56

—

FairBetter than 98% of packages

Maintenance75

Regular maintenance activity

Popularity37

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 97.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~143 days

Total

88

Last Release

157d ago

Major Versions

v1.10.1 → v2.0.02021-07-20

PHP version history (6 changes)v1.4.0PHP &gt;=5.5

v1.8.6PHP &gt;=5.6

v1.8.12PHP &gt;=5.6|&gt;=7.0

v2.2.0PHP &gt;=5.6.20

v2.2.11PHP &gt;=7.0

v2.2.12PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c18b5ca9d700dfe2199af6dd71c518045689cdc5d7fe2e7a0b5c4e87d33f6a09?d=identicon)[minnpost](/maintainers/minnpost)

---

Top Contributors

[![jonathanstegall](https://avatars.githubusercontent.com/u/435342?v=4)](https://github.com/jonathanstegall "jonathanstegall (2534 commits)")[![rclachance](https://avatars.githubusercontent.com/u/2522431?v=4)](https://github.com/rclachance "rclachance (25 commits)")[![benlk](https://avatars.githubusercontent.com/u/1754187?v=4)](https://github.com/benlk "benlk (12 commits)")[![charmoney](https://avatars.githubusercontent.com/u/12037677?v=4)](https://github.com/charmoney "charmoney (8 commits)")[![HyprCoder](https://avatars.githubusercontent.com/u/65341205?v=4)](https://github.com/HyprCoder "HyprCoder (3 commits)")[![ddoddsr](https://avatars.githubusercontent.com/u/3743343?v=4)](https://github.com/ddoddsr "ddoddsr (3 commits)")[![phschmanau](https://avatars.githubusercontent.com/u/11441968?v=4)](https://github.com/phschmanau "phschmanau (2 commits)")[![jack-arturo](https://avatars.githubusercontent.com/u/13076544?v=4)](https://github.com/jack-arturo "jack-arturo (2 commits)")[![synthetiv](https://avatars.githubusercontent.com/u/752281?v=4)](https://github.com/synthetiv "synthetiv (2 commits)")[![DonnyVO](https://avatars.githubusercontent.com/u/14314498?v=4)](https://github.com/DonnyVO "DonnyVO (2 commits)")[![mistermarco](https://avatars.githubusercontent.com/u/107054?v=4)](https://github.com/mistermarco "mistermarco (2 commits)")[![peter-tmann](https://avatars.githubusercontent.com/u/25755779?v=4)](https://github.com/peter-tmann "peter-tmann (2 commits)")[![Lunacie](https://avatars.githubusercontent.com/u/12446225?v=4)](https://github.com/Lunacie "Lunacie (1 commits)")[![daveromsey](https://avatars.githubusercontent.com/u/12645132?v=4)](https://github.com/daveromsey "daveromsey (1 commits)")[![grace-s](https://avatars.githubusercontent.com/u/16533355?v=4)](https://github.com/grace-s "grace-s (1 commits)")[![DAnn2012](https://avatars.githubusercontent.com/u/1197819?v=4)](https://github.com/DAnn2012 "DAnn2012 (1 commits)")[![macbookandrew](https://avatars.githubusercontent.com/u/784333?v=4)](https://github.com/macbookandrew "macbookandrew (1 commits)")[![MannyAdumbire](https://avatars.githubusercontent.com/u/4621391?v=4)](https://github.com/MannyAdumbire "MannyAdumbire (1 commits)")[![bill5roses](https://avatars.githubusercontent.com/u/1171541?v=4)](https://github.com/bill5roses "bill5roses (1 commits)")[![shishirs](https://avatars.githubusercontent.com/u/2732582?v=4)](https://github.com/shishirs "shishirs (1 commits)")

---

Tags

crm-wordpress-pluginobject-sync-for-salesforcesalesforcesalesforce-wordpress-pluginwordpresswordpress-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minnpost-object-sync-for-salesforce/health.svg)

```
[![Health](https://phpackages.com/badges/minnpost-object-sync-for-salesforce/health.svg)](https://phpackages.com/packages/minnpost-object-sync-for-salesforce)
```

###  Alternatives

[rankmath/seo-by-rank-math

Rank Math is the most powerful way to get BEST WordPress SEO tools added to your website.

1252.0k](/packages/rankmath-seo-by-rank-math)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
