{"id":40639879,"url":"https://github.com/verygoodplugins/wp-fusion-custom-crm","last_synced_at":"2026-01-21T08:02:10.783Z","repository":{"id":179071662,"uuid":"121555213","full_name":"verygoodplugins/wp-fusion-custom-crm","owner":"verygoodplugins","description":"Boostrap for connecting WP Fusion to a custom CRM","archived":false,"fork":false,"pushed_at":"2024-08-14T09:06:36.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T10:37:30.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verygoodplugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-14T20:00:59.000Z","updated_at":"2025-01-06T13:43:41.000Z","dependencies_parsed_at":"2024-08-14T10:29:03.610Z","dependency_job_id":"f61b8377-9019-43c6-9c07-4a65802c6f8f","html_url":"https://github.com/verygoodplugins/wp-fusion-custom-crm","commit_stats":null,"previous_names":["verygoodplugins/wp-fusion-custom-crm"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/verygoodplugins/wp-fusion-custom-crm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fwp-fusion-custom-crm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fwp-fusion-custom-crm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fwp-fusion-custom-crm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fwp-fusion-custom-crm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verygoodplugins","download_url":"https://codeload.github.com/verygoodplugins/wp-fusion-custom-crm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fwp-fusion-custom-crm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-21T08:02:05.862Z","updated_at":"2026-01-21T08:02:10.776Z","avatar_url":"https://github.com/verygoodplugins.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Fusion - Custom CRM\n\nBoostrap for connecting WP Fusion to a custom CRM.\n\n## Getting Started\n\nThis plugin can be customized to allow [WP Fusion](https://wpfusion.com/) to connect to custom CRM systems. Just add your API calls to the methods provided, stir, and serve!\n\nMore info in our [Creating Custom CRM Modules tutorial](https://wpfusion.com/documentation/advanced-developer-tutorials/creating-custom-crm-modules/).\n\nThis starter plugin uses `custom` and `Custom` in several places as the CRM slug and name (respectively). You can do a case-sensitive find and replace on these two strings to update it for your CRM.\n\n### Prerequisites\n\nRequires [WP Fusion](https://wpfusion.com/)\n\n### Installing\n\nUpload to your /wp-content/plugins/ directory\n\n## Changelog\n\n### 1.1.8 - 8/14/2024\n* Updated `sync_tags()` and `sync_cms_fields()` methods to show looping over tags and custom fields with page size / next token\n\n### 1.1.7 - 5/22/2024\n* Fixed incorrect filter name for `format_post_data()`, was `wpf_format_post_data` instead of `wpf_crm_post_data`\n\n### 1.1.6 - 1/22/2024\n* Added example for registering CRM-specific settings in the admin\n\n### 1.1.5 - 1/18/2024\n* Added example methods for `add_tag()` and `sync_lists()`\n* Additional documentation for the `$supports` property\n* Updated data storage for custom fields to include `crm_type`\n\n### 1.1.4 - 11/1/2023\n* Updated for PHPStan level 5 compatibility\n\n### 1.1.3 - 4/5/2023\n* Improved - The OAuth setup fields are now commented out to prevent UI glitches on the setup tab\n\n### 1.1.2 - 4/5/2023\n* Added additional inline docs\n* Code cleanup\n\n### 1.1.1 - 12/12/2022\n* Added examples for `format_post_data()` and `track_event()`\n\n### 1.1.0 - 4/18/2022\n* Updated for WP Fusion v3.40.0\n* Memoved `$map_meta_fields` in `add_contact()` and `update_contact()` methods\n\n### 1.0.4 - 3/31/2022\n* Added example showing OAuth authorization fields and handling in admin class\n* Added `set_default_fields()` function in admin class\n\n### 1.0.3 - 8/10/2021\n* Added example edit_url\n* Added example `format_field_value()`\n* PHPCBF and documentation cleanup\n\n### 1.0.2 - 12/26/2020\n* Added example for HTTP response error handling\n* Improved documentation\n\n### 1.0.1 - 3/25/2020\n* Removed show_key_end action and function in WPF_Custom_Admin (moved to core)\n\n### 1.0 - 2/14/2018\n* Initial release\n\n## Authors\n\n* **Jack Arturo** - *Initial work* - [Very Good Plugins](https://github.com/verygoodplugins)\n\n## License\n\nThis project is licensed under the GPL License - see the [LICENSE.md](LICENSE.md) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fwp-fusion-custom-crm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverygoodplugins%2Fwp-fusion-custom-crm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fwp-fusion-custom-crm/lists"}