You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename package to ux-nl/zip-code-location-lookup
Continued under the ux-nl vendor name. The MIT license and Baspa's
copyright notice are retained, with UX Nederland added for the changes
made here. The PHP namespace stays Baspa\\ZipCodeLocationLookup so
upstream commits remain mergeable and dependents need no code change.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Zip Code Location Lookup
2
2
3
-
[](https://packagist.org/packages/baspa/zip-code-location-lookup)
This package allows you to lookup the geographic location of a zip code by combining the [Postcode.tech](https://postcode.tech/) API with the [Google Geocoding API](https://developers.google.com/maps/documentation/geocoding/overview).
9
7
8
+
> Maintained by [UX Nederland](https://ux.nl). Originally written by [Baspa](https://github.com/baspa/zip-code-location-lookup) and continued here under the same MIT license. The PHP namespace is still `Baspa\ZipCodeLocationLookup` so upstream changes stay easy to merge.
9
+
10
10
## Installation
11
11
12
12
You can install the package via composer:
13
13
14
14
```bash
15
-
composer require baspa/zip-code-location-lookup
15
+
composer require ux-nl/zip-code-location-lookup
16
16
```
17
17
18
18
Then add the Google Maps API and Postcode.tech API keys to your `.env` file:
0 commit comments