We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d10ec7 commit 6e5c6ddCopy full SHA for 6e5c6dd
README.md
@@ -8,7 +8,7 @@ There is support for both the Standard License and Premium/Enterprise License ty
8
Install the package using composer:
9
10
```
11
-$ composer require medeirosdev/php-google-maps-distance-matrix
+$ composer require teampickr/php-google-maps-distance-matrix
12
13
14
## Frameworks
@@ -124,4 +124,4 @@ $durationInTrafficText = $element->durationInTrafficText();
124
$response->json['destination_addresses'][0];
125
$response->json['rows'][0]['elements'][0]['distance']['value'];
126
$response->json['rows'][0]['elements'][0]['duration_in_traffic']['text'];
127
-```
+```
0 commit comments