azaharizaman/nexus-performance-review
最新稳定版本:v0.1.0-alpha1
Composer 安装命令:
composer require azaharizaman/nexus-performance-review
包简介
Appraisal cycles, KPIs, competency scoring, and rating calculations for employee performance management
README 文档
README
Appraisal cycles, KPIs, competency scoring, and rating calculations for employee performance management.
Features
- Appraisal management
- KPI tracking and evaluation
- Weighted rating calculations
- Review templates
- Performance score normalization
Installation
composer require azaharizaman/nexus-performance-review
Usage
use Nexus\PerformanceReview\Contracts\PerformanceCalculatorInterface; use Nexus\PerformanceReview\Services\PerformanceScoreCalculator; // Inject via constructor public function __construct( private readonly PerformanceCalculatorInterface $calculator ) {}
Architecture
This package follows Clean Architecture principles:
- Entities: Appraisal, Kpi, ReviewTemplate
- ValueObjects: Rating, CompetencyScore, AppraisalPeriod
- Services: PerformanceScoreCalculator, WeightedRatingEngine, KpiEvaluator
- Policies: RatingNormalization, CompetencyEvaluation, PromotionEligibility
License
MIT
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-04