Download the PHP package cboxdk/laravel-nexus without Composer
On this page you can find all versions of the php package cboxdk/laravel-nexus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cboxdk/laravel-nexus
More information about cboxdk/laravel-nexus
Files in cboxdk/laravel-nexus
Package laravel-nexus
Short Description 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.
License MIT
Informations about the package 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.
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
Quick use
Bind a SalesLedger (from your invoices), and optionally PhysicalNexus and
NexusRegistrations, so the engine has the seller's side of the equation.
Documentation
See quickstart, the decision model, and the data seams you bind.
License
MIT.
All versions of laravel-nexus with dependencies
cboxdk/laravel-geo Version ^0.6
illuminate/contracts Version ^12.0 || ^13.0
illuminate/http Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0