remp / crm-clv-module
CRM CLV (Customer Lifetime Value) Module
3.5.0
2024-02-07 12:51 UTC
Requires
- php: ^8.1
- markrogoyski/math-php: ^2.8
- dev-master
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.0
- 1.0.0-beta2
- 1.0.0-beta1
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.18.0
- 0.17.0
This package is auto-updated.
Last update: 2024-10-25 12:19:12 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.