Download the PHP package cboxdk/laravel-geo without Composer

On this page you can find all versions of the php package cboxdk/laravel-geo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-geo

Cbox Geo

cboxdk/laravel-geo — a canonical geography reference for Laravel: countries, subdivisions and currencies bound to stable ISO codes, resolved deny-by-default, and carrying the tax-relevant attributes that billing and tax engines build on. A dependency-light framework library — every capability sits behind a contract you bind, mock or replace.

This is the shared jurisdiction primitive for the Cbox portfolio. Identity (org addresses), billing (invoice address, seller entities) and the tax engine all bind to the same jurisdiction keys, so nothing downstream matches on free text.

Why it exists

A tax or billing engine must never fuzzy-match a country name or guess a rate from a ZIP. Everything has to bind to a stable, validated jurisdiction key. This package provides that key — ISO 3166-1 alpha-2 countries, ISO 3166-2 subdivisions, ISO 4217 currencies — sourced from the vetted commerceguys/addressing dataset, with one layer added on top: the tax profile of each jurisdiction.

The tax profile

Each modelled jurisdiction carries structural, slow-moving facts — not rates (those live in the tax engine's data feeds):

attribute meaning
regime vat · gst · sales_tax · none (unmodelled → deny-by-default)
regimeModule stable key a tax engine maps to a regime (eu-vat, us-sales-tax, …)
isEuMember drives EU reverse-charge / OSS routing
isSubFederal tax is set below the national level — a subdivision is required (US, CA)
requiresRooftop rate resolution needs address-level geocoding (US only)

Sub-federal is deliberately split from rooftop: Canada stacks at province level (a subdivision is enough), while the US stacks below the state and needs rooftop geocoding. National VAT/GST regimes (EU, UK, CH, NO, AU, NZ, MX) need neither.

Design

Requirements

PHP ^8.4; Laravel ^12 || ^13. See composer.json.

Development

License

MIT.


All versions of laravel-geo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
commerceguys/addressing Version ^2.2
illuminate/contracts Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cboxdk/laravel-geo contains the following files

Loading the files please wait ...