PHPackages                             azaharizaman/nexus-manufacturing-operations - 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-manufacturing-operations

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

azaharizaman/nexus-manufacturing-operations
===========================================

Production-ready orchestrator for manufacturing operations - coordinates production lifecycles, BOM reconciliation, costing, quality control, and work center management across multiple user groups

v0.1.0-alpha1(2mo ago)01MITPHPPHP ^8.3

Since May 5Pushed 2mo agoCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

Manufacturing Operations Orchestrator
=====================================

[](#manufacturing-operations-orchestrator)

Production-ready orchestrator for manufacturing operations. Coordinates production lifecycles, BOM reconciliation, costing, quality control, and work center management.

Features
--------

[](#features)

- **Production Planning**: Create planned orders with BOM validation and cost estimation.
- **Order Release**: Automatic stock availability checks and reservation.
- **Production Execution**: Track progress and consume materials.
- **Quality Integration**: Enforce quality inspections before completion.
- **Completion &amp; Costing**: Receive finished goods and record actual costs.

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

[](#architecture)

This package follows the Nexus Architecture Layer 2 (Orchestrator) pattern. It defines its own required interfaces (Providers) in `src/Contracts/Providers/`.

### Interfaces

[](#interfaces)

- `ManufacturingProviderInterface`: Work Order and Operation management.
- `BomProviderInterface`: BOM explosion and validation.
- `InventoryProviderInterface`: Stock checks, reservations, issues, and receipts.
- `QualityProviderInterface`: Inspection management and compliance.
- `CostingProviderInterface`: Cost estimation and recording (material, labor, overhead).

Usage
-----

[](#usage)

```
use Nexus\ManufacturingOperations\Services\ManufacturingOrchestrator;
use Nexus\ManufacturingOperations\DTOs\ProductionOrderRequest;

// 1. Plan Production
$request = new ProductionOrderRequest(
    productId: 'P-100',
    quantity: 50.0,
    dueDate: new \DateTimeImmutable('+2 weeks')
);
$order = $orchestrator->planProduction($tenantId, $request);

// 2. Release Order (Reserves Stock)
$releasedOrder = $orchestrator->releaseOrder($tenantId, $order->id);

// 3. Complete Order (Check Quality, Issue Stock, Receive Goods)
$completedOrder = $orchestrator->completeOrder($tenantId, $releasedOrder->id);
```

Testing
-------

[](#testing)

Run tests from the project root:

```
vendor/bin/phpunit orchestrators/ManufacturingOperations/tests
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance84

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

81d 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 (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/azaharizaman-nexus-manufacturing-operations/health.svg)

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[symfony/mailer

Helps sending emails

1.6k409.1M1.5k](/packages/symfony-mailer)[phpro/soap-client

A general purpose SoapClient library

8896.1M54](/packages/phpro-soap-client)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M425](/packages/drupal-core-recommended)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12510.5M141](/packages/web-auth-webauthn-lib)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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