azaharizaman/nexus-crm
Composer 安装命令:
composer require azaharizaman/nexus-crm
包简介
Pure CRM domain logic package with zero business package dependencies for Nexus ERP
README 文档
README
A pure CRM domain logic package with zero business package dependencies for Nexus ERP.
Overview
This package provides the core CRM (Customer Relationship Management) domain logic including:
- Lead Management - Lead scoring, qualification, and lifecycle management
- Opportunity Management - Sales opportunity tracking and stage transitions
- Pipeline Management - Sales pipeline configuration and analytics
- Activity Management - CRM activity tracking and history
Architecture
This is an Atomic Package following Nexus ERP's package architecture:
- Zero business package dependencies - No dependencies on
azaharizaman/nexus-party,azaharizaman/nexus-sales, etc. - Pure domain logic - Contains only CRM-specific business rules and value objects
- Interface-driven - All external integrations through interfaces implemented by orchestrators
Installation
composer require azaharizaman/nexus-crm
Features
Lead Management
- Lead scoring engine with configurable rules
- Lead status lifecycle (New, Contacted, Qualified, Converted, Disqualified)
- Lead source tracking and attribution
Opportunity Management
- Stage-based opportunity tracking
- Forecast probability calculation
- Stage transition validation
Pipeline Management
- Configurable sales pipelines
- Pipeline stage definitions
- Pipeline analytics support
Activity Management
- Activity type tracking (Call, Email, Meeting, Task, Note)
- Activity duration tracking
- Activity history and audit
Usage
use Nexus\CRM\Services\LeadScoringEngine; use Nexus\CRM\Services\StageTransitionService; use Nexus\CRM\ValueObjects\LeadScore; use Nexus\CRM\Enums\LeadStatus; use Nexus\CRM\Enums\OpportunityStage; // Lead scoring $score = $leadScoringEngine->calculateScore($lead); // Stage transitions $opportunity = $stageTransitionService->advance($opportunity, OpportunityStage::Negotiation);
Testing
./vendor/bin/phpunit
License
MIT License. See LICENSE for details.
Author
Azahari Zaman (azaharizaman@gmail.com)
azaharizaman/nexus-crm 适用场景与选型建议
azaharizaman/nexus-crm 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 azaharizaman/nexus-crm 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 azaharizaman/nexus-crm 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 35
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-04