edmarr2 / IBGE-Locations

Laravel client to consume IBGE Locations api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laravel client to consume IBGE Locations api

License:MIT License


Languages

Language:PHP 100.0%