/IBGE-Locations

Laravel client to consume IBGE Locations api

Primary LanguagePHPMIT LicenseMIT

Laravel Road IBGE Locations

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