PHPackages                             cboxdk/laravel-nexus - 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. cboxdk/laravel-nexus

ActiveLibrary

cboxdk/laravel-nexus
====================

Cbox Nexus — the US economic-nexus engine for Laravel: accumulate a seller's sales per state, detect when a post-Wayfair threshold is crossed, and report where registration is required.

v0.1.1(today)02↑2900%MITPHP ^8.4

Since Jul 22Compare

[ Source](https://github.com/cboxdk/laravel-nexus)[ Packagist](https://packagist.org/packages/cboxdk/laravel-nexus)[ RSS](/packages/cboxdk-laravel-nexus/feed)WikiDiscussions Synced today

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Cbox Nexus
==========

[](#cbox-nexus)

The US economic-nexus engine for Laravel — accumulate a seller's sales per state, detect when a post-*Wayfair* threshold is crossed, and report where registration is required.

Cbox Nexus is UI-free engine primitives, not a finished application. It owns the **decision** logic (below / approaching / triggered / registered per state); the **data** — thresholds, the seller's cumulative activity, physical presence, and existing registrations — is sourced behind contracts. Thresholds ship from the cited `us-tax-data` dataset (with each state's measurement period and sales basis); you bind your own billing data for the rest.

It never accumulates sales itself and never infers nexus from a single invoice — economic nexus turns on the seller's *cumulative* totals in a state over a measuring period, which the host supplies.

Install
-------

[](#install)

```
composer require cboxdk/laravel-nexus
```

Quick use
---------

[](#quick-use)

```
use Cbox\Nexus\Contracts\NexusEngine;
use Cbox\Geo\ValueObjects\SubdivisionCode;

$report = app(NexusEngine::class)->report([
    new SubdivisionCode('US-CA'),
    new SubdivisionCode('US-TX'),
]);

foreach ($report->triggered() as $evaluation) {
    // $evaluation->state, $evaluation->reason, $evaluation->threshold->describe()
}
```

Bind a `SalesLedger` (from your invoices), and optionally `PhysicalNexus` and `NexusRegistrations`, so the engine has the seller's side of the equation.

Documentation
-------------

[](#documentation)

See [`/docs`](docs/index.md): the [quickstart](docs/quickstart.md), the [decision model](docs/core-concepts/nexus-status.md), and the [data seams](docs/extension-points/data-seams.md) you bind.

License
-------

[](#license)

MIT.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Every ~0 days

Total

2

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9761a79e61f2d5b9d650510dfb3555da18daf38f027aa84012c937e397e39a7?d=identicon)[cboxdk](/maintainers/cboxdk)

---

Tags

laravelsales taxuswayfairnexuscboxeconomic-nexus

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cboxdk-laravel-nexus/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M184](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

813336.8k3](/packages/defstudio-telegraph)[illuminate/auth

The Illuminate Auth package.

10528.2M1.3k](/packages/illuminate-auth)[illuminate/routing

The Illuminate Routing package.

1419.2M3.2k](/packages/illuminate-routing)

PHPackages © 2026

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