systopia/de.systopia.xcm
Composer 安装命令:
composer require systopia/de.systopia.xcm
包简介
CiviCRM contact matching extension
README 文档
README
Creates an API action Contact.getorcreate that will return a contact Id
for the input parameters. First a search is done for the given contact (see
settings in Installation section below), and if that's not conclusive a new
contact will be created.
Only the contact id is returned.
The settings page offers lots of options such as:
- determining how contacts are matched.
- recording an activity when contacts are created/updated
- adding contacts to groups or adding a tag.
Installation
Install in the usual way. Then go to Administer → Adminstration Console → Xtended Contact Matcher Settings (/civicrm/admin/setting/xcm) to visit the settings panel.
At the very least you need to visit that settings page and add a rule, or the extension will always create new contacts.
Usage
Let's say this person is not in your database:
<?php $result = civicrm_api3('Contact', 'getorcreate', array( 'first_name' => "Wilma", 'last_name' => "Flintstone", 'email' => "wilma@example.com", )); // $result['id'] = 1234
They are now. Do the same thing again:
<?php $result = civicrm_api3('Contact', 'getorcreate', array( 'first_name' => "Wilma", 'last_name' => "Flintstone", 'email' => "wilma@example.com", )); // $result['id'] = 1234
They were found and no duplicate contact was created.
Documentation
We need your support
This CiviCRM extension is provided as Free and Open Source Software, and we are happy if you find it useful. However, we have put a lot of work into it (and continue to do so), much of it unpaid for. So if you benefit from our software, please consider making a financial contribution so we can continue to maintain and develop it further.
If you are willing to support us in developing this CiviCRM extension, please send an email to info@systopia.de to get an invoice or agree a different payment method. Thank you!
systopia/de.systopia.xcm 适用场景与选型建议
systopia/de.systopia.xcm 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.53k 次下载、GitHub Stars 达 6, 最近一次更新时间为 2025 年 10 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 systopia/de.systopia.xcm 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 systopia/de.systopia.xcm 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2025-10-22