Tax for Laravel
Overview
Cbox Tax
cboxdk/laravel-tax assesses consumption tax (VAT / GST / sales tax) on a supply.
It owns the calculation logic — place-of-supply, reverse-charge, rate
application, inclusive/exclusive — and sources only the rate data behind a
pluggable contract, so no third-party calculation SaaS is required.
Every supply is assessed against a jurisdiction resolved from
cboxdk/laravel-geo, so
tax = f(seller registrations, buyer jurisdiction, product type).
Sections
- Getting started
- Core concepts — architecture and regimes.
- Extension points — rate sources and custom regimes.