zigman / geocoding-response-parser
Google Maps Api Geoding Response Parser
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/zigman/geocoding-response-parser
Requires
- php: >=7.3.0|>=8.0.0
Requires (Dev)
- pestphp/pest: ^1.0
README
This is a Parser for the Google Maps Api Responses
Requires PHP 7.3.0+
Testing
The tests in tests/Unit/ResponseParserTest.php provide coverage for the Geocoding Response Parser feature. These tests depend on an sample dataset in test/Datasets/SampleResponse.php.
Run unit tests using PEST
composer test:unit