Comprehensive world geodata package for Laravel including countries, states, cities, currencies, translations, and geographic references.

Maintainers

Package info

github.com/Artessan-Devs/terra

Homepage

pkg:composer/artessan-devs/terra

Fund package maintenance!

artessan-devs

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-development 2026-05-23 10:44 UTC

This package is auto-updated.

Last update: 2026-05-23 10:44:57 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A Laravel package for countries, states, cities, currencies, postcodes, and timezones with multi-language support.

Data sourced from dr5hn/countries-states-cities-database.

Getting started

composer require artessan-devs/terra
php artisan vendor:publish --tag="terra-migrations"
php artisan migrate
php artisan terra:seed
$country = Country::where('iso2', 'US')->first();
echo $country->localized_name; // United States

Documentation

See the docs index for installation, usage, models, architecture, and more.

Changelog

Please see CHANGELOG for recent changes.

License

The MIT License (MIT). See LICENSE.