remp / crm-clv-module
CRM CLV (Customer Lifetime Value) Module
5.1.0
2026-03-26 07:03 UTC
Requires
- php: ^8.3
- markrogoyski/math-php: ^2.8
This package is auto-updated.
Last update: 2026-06-23 07:32:44 UTC
README
Installing module
We recommend using Composer for installation and update management.
composer require remp/crm-clv-module
Enabling module
Add installed extension to your app/config/config.neon file.
extensions: - Crm\ClvModule\DI\ClvModuleExtension
Usage
To compute customer-lifetime-value (CLV) for your users, schedule command clv:compute to be run periodically (depending on how often you want CLVs to be refreshed), e.g. using cron.