laravel-road/ibge-locations

Laravel client to consume IBGE Locations api

Maintainers

Package info

github.com/Laravel-Road/IBGE-Locations

pkg:composer/laravel-road/ibge-locations

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

v0.2.1 2021-01-11 21:13 UTC

This package is auto-updated.

Last update: 2026-02-12 11:44:35 UTC


README

Install

composer require laravel-road/ibge-locations

php artisan ibge-locations:install // optional, but necessary to use the db driver

How to use

$states = Locations::getStates();

$cities = Locations::getStates($states->first()->initials);

Supported Drivers

  • api (default)
  • db

Env