amazingbits/zipcode-finder
最新稳定版本:1.0.1
Composer 安装命令:
composer require amazingbits/zipcode-finder
包简介
A library to find addresses by passing zip-codes
README 文档
README
This library generates an array with address informations by passing a zip code.
The zip code must be in this format: 00000-000 to work correctly.
The example file in root demonstrate how it works.
Thes library use the following APIs to search addresses by zipcode:
To use this library, just init Search class from namespace Amazingbits\ZipcodeFinder\UseCase\Search\Search and call the method getAddressFromZipCode() passing a zip code with this format: 00000-000. It returns an array with: cep, street, district, city and state or false.
Click here to repository.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-12