PHPackages                             azaharizaman/nexus-warehouse - 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. [Framework](/categories/framework)
4. /
5. azaharizaman/nexus-warehouse

ActiveLibrary[Framework](/categories/framework)

azaharizaman/nexus-warehouse
============================

Framework-agnostic warehouse management for Nexus ERP

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

Since May 5Pushed 2mo agoCompare

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

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

Nexus\\Warehouse
================

[](#nexuswarehouse)

Framework-agnostic warehouse management package for Nexus ERP.

Features
--------

[](#features)

### Phase 1 (Current Release)

[](#phase-1-current-release)

- **Warehouse management**: Multiple warehouses per tenant
- **Bin location tracking**: Optional GPS coordinates for navigation
- **Picking optimization**: TSP-based route optimization via `Nexus\Routing`
- **Distance reduction**: 15-30% improvement over sequential picking

### Phase 2 (Deferred 3-6 months pending Phase 1 validation)

[](#phase-2-deferred-3-6-months-pending-phase-1-validation)

- **Work order management**: Full WMS work order interface
- **Barcode scanning**: Real-time mobile scanning
- **WebSocket integration**: Real-time pick list updates

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

[](#installation)

```
composer require azaharizaman/nexus-warehouse:"*@dev"
```

Quick Start
-----------

[](#quick-start)

```
use Nexus\Warehouse\Contracts\PickingOptimizerInterface;

$optimizer = app(PickingOptimizerInterface::class);

// Optimize pick route
$result = $optimizer->optimizePickRoute(
    warehouseId: 'wh_001',
    pickItems: [
        ['bin_id' => 'bin_a1', 'product_id' => 'prod_1', 'quantity' => 10],
        ['bin_id' => 'bin_c5', 'product_id' => 'prod_2', 'quantity' => 5],
    ]
);

echo "Distance reduction: {$result->getDistanceImprovement()}%";
```

📖 Documentation
---------------

[](#-documentation)

### Package Documentation

[](#package-documentation)

- [Getting Started Guide](docs/getting-started.md)
- [API Reference](docs/api-reference.md)
- [Integration Guide](docs/integration-guide.md)
- [Examples](docs/examples/)

### Additional Resources

[](#additional-resources)

- `IMPLEMENTATION_SUMMARY.md` - Implementation progress
- `REQUIREMENTS.md` - Requirements
- `TEST_SUITE_SUMMARY.md` - Tests
- `VALUATION_MATRIX.md` - Valuation

License
-------

[](#license)

MIT License

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance84

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.8% 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 (468 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (139 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.5k](/packages/laravel-framework)[symfony/symfony

The Symfony PHP framework

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

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19566.0M1.8k](/packages/drupal-core)[drupal/core-recommended

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

6942.5M425](/packages/drupal-core-recommended)

PHPackages © 2026

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