laravel-road/ibge-locations

Laravel client to consume IBGE Locations api

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/laravel-road/ibge-locations

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

This package is auto-updated.

Last update: 2025-11-12 10:58:03 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