zigman / geocoding-response-parser
Google Maps Api 地理编码响应解析器
1.3
2021-03-23 09:23 UTC
Requires
- php: >=7.3.0|>=8.0.0
Requires (Dev)
- pestphp/pest: ^1.0
README
这是一个用于解析 Google Maps Api 响应的解析器
需要 PHP 7.3.0+
测试
位于 tests/Unit/ResponseParserTest.php
的测试提供对地理编码响应解析器功能的覆盖。这些测试依赖于 test/Datasets/SampleResponse.php
中的示例数据集。
使用 PEST 运行单元测试
composer test:unit