laravel-road/ibge-locations
Composer 安装命令:
composer require laravel-road/ibge-locations
包简介
Laravel client to consume IBGE Locations api
README 文档
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
- IBGE_LOCATIONS_DRIVER=api
- IBGE_LOCATIONS_BASEURL=https://servicodados.ibge.gov.br/api/v1/localidades
- IBGE_LOCATIONS_STATES_ORDERBY=name
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-11