Gravity Forms Git Sync
Store Gravity Forms and feeds as JSON in Git, sync via admin UI or WP-CLI.
by Studio Republic · github.com/studiorepublic/gravity-forms-git-sync
★ 0stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/studiorepublic/gravity-forms-git-sync/releases/download/v1.0.7/gravity-forms-git-sync.zipFrom the readme
Gravity Forms Git Sync
Store Gravity Forms and add-on feeds as deterministic JSON in Git. Sync via admin UI or WP-CLI. Updates via GitHub releases (Plugin Update Checker).
Requirements
- WordPress 6+
- PHP 8.1+
- Gravity Forms 2.8+
Installation
From GitHub release (recommended):
1. Install Gravity Forms.
2. Download the latest release zip from Releases.
3. Extract into wp-content/plugins/gravity-forms-git-sync/.
4. Activate via Plugins screen.
Release zips are self-contained (include vendor/). No Composer needed.
From source (development):
1. Clone the repo into wp-content/plugins/gravity-forms-git-sync/.
2. Run composer install in the plugin directory.
3. Activate via Plugins screen.
Storage
JSON files are stored in the active theme by default:
On multisite, non-main sites use sites/{blogid}/ subfolders.
Usage
Admin UI
Forms → Git Sync — View sync status, export/import individual forms, bulk actions. When a form is out of sync, use View diff to compare Database vs JSON file side-by-side.
WP-CLI
Multisite
Stable Keys (srkey)
Forms are identified by srkey. On export:
- Use gfgitsyncsrkey if set (form settings)
- Otherwise formkey if set (GF 2.5+)
- Otherwise derive
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.7 | Mar 11, 2026 | gravity-forms-git-sync.zip | 1 |
| v1.0.6 | Mar 11, 2026 | gravity-forms-git-sync.zip | 0 |
| v1.0.5 | Mar 11, 2026 | gravity-forms-git-sync.zip | 1 |
| v1.0.4 | Mar 4, 2026 | gravity-forms-git-sync-1.0.4.zip | 1 |
| v1.0.3 | Mar 4, 2026 | gravity-forms-git-sync-1.0.3.zip | 0 |
| v1.0.2 | Mar 4, 2026 | gravity-forms-git-sync-1.0.2.zip | 1 |
| v1.0.1 | Mar 4, 2026 | — | — |