fluentcrm-overview
Installation
SKILL.md
FluentCRM: developer overview
Pick this skill first when starting a new FluentCRM extension or when you don't yet know which contract to extend. It's the orient layer; it doesn't teach any single extension point in depth — it lays out the file map and points you at the focused skills (fluentcrm-funnel-trigger, fluentcrm-funnel-action, fluentcrm-funnel-benchmark, fluentcrm-rest-options).
Plugin identity
| Field | Value | Source |
|---|---|---|
| Slug | fluent-crm |
header |
| Version | 3.1.8 |
fluent-crm.php |
| Pro slug | fluentcampaign-pro |
header |
| Pro version | 3.1.8 |
fluentcampaign-pro.php |
| Boot constant | FLUENTCRM ('fluentcrm') |
fluent-crm.php:20 |
| Pro constant | FLUENTCAMPAIGN_PLUGIN_VERSION |
fluentcampaign-pro.php |
| Path constant (Free) | FLUENTCRM_PLUGIN_PATH |
fluent-crm.php:22 |
| Path constant (Pro) | FLUENTCAMPAIGN_PLUGIN_PATH |
fluentcampaign-pro.php:20 |
| Min PHP (verified) | 7.4 | composer.json |
Active-detection — never test for class_exists('FluentCRM') (no such class). Use: