PHPackages                             azaharizaman/nexus-training-management - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. azaharizaman/nexus-training-management

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

azaharizaman/nexus-training-management
======================================

Training courses, enrollments, trainers, and certification tracking for employee development

v0.1.0-alpha1(1mo ago)001MITPHPPHP ^8.3

Since May 5Pushed 1mo agoCompare

[ Source](https://github.com/azaharizaman/nexus-training-management)[ Packagist](https://packagist.org/packages/azaharizaman/nexus-training-management)[ RSS](/packages/azaharizaman-nexus-training-management/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Nexus\\Training
===============

[](#nexustraining)

Training courses, enrollments, trainers, and certification tracking for employee development.

Features
--------

[](#features)

- Course management
- Enrollment tracking
- Trainer allocation
- Attendance tracking
- Certification issuance

Installation
------------

[](#installation)

```
composer require azaharizaman/nexus-training-management
```

Usage
-----

[](#usage)

```
use Nexus\Training\Contracts\CourseRepositoryInterface;
use Nexus\Training\Contracts\EnrollmentRepositoryInterface;

// Inject via constructor
public function __construct(
    private readonly CourseRepositoryInterface $courseRepository,
    private readonly EnrollmentRepositoryInterface $enrollmentRepository
) {}
```

Architecture
------------

[](#architecture)

This package follows Clean Architecture principles:

- **Entities**: Course, Enrollment, Trainer
- **ValueObjects**: CourseId, EnrollmentStatus, Certification
- **Services**: CertificationGrantService, AttendanceTrackingService, CourseEligibilityChecker
- **Policies**: TrainingApproval, Certification, Reimbursement

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance93

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 72.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/117408?v=4)[Azahari Zaman](/maintainers/azaharizaman)[@azaharizaman](https://github.com/azaharizaman)

---

Top Contributors

[![azaharizaman](https://avatars.githubusercontent.com/u/117408?v=4)](https://github.com/azaharizaman "azaharizaman (764 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (283 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")

---

Tags

learningcertificationtrainingcourseshrm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/azaharizaman-nexus-training-management/health.svg)

```
[![Health](https://phpackages.com/badges/azaharizaman-nexus-training-management/health.svg)](https://phpackages.com/packages/azaharizaman-nexus-training-management)
```

###  Alternatives

[fieg/bayes

Implementation of Naive Bayes Classifier algorithm in PHP.

7394.7k](/packages/fieg-bayes)[rindow/rindow-neuralnetworks

Neural networks library for deep learning

8511.3k](/packages/rindow-rindow-neuralnetworks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
