PHPackages                             nuicart/dutchgeo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nuicart/dutchgeo

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

nuicart/dutchgeo
================

For all the non dutch speakers that seek a way to convert a Dutch postalcode to a lat/long map coordnates using the Google maps API.

v0.0.1(9y ago)0411MITPHPCI failing

Since Apr 13Pushed 9y agoCompare

[ Source](https://github.com/antonboutkam/dutch-postal-to-latlong)[ Packagist](https://packagist.org/packages/nuicart/dutchgeo)[ RSS](/packages/nuicart-dutchgeo/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

DutchGeo
========

[](#dutchgeo)

Get latitude / longitude by Dutch postal / zip code. An easy job if you speak Dutch but for a not native speaker a bit of a search.

Getting Started
---------------

[](#getting-started)

Just install with composer, call Postal::getLatLong('1421AW'); and you are all done. The script uses curl so you need php with lib curl or copy/paste the sourcecode and use file\_get\_contents.

Author
------

[](#author)

- Anton Boutkam

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Usage
-----

[](#usage)

```
try{
    $oLatLong = Postal::getLatLong('1421AW');

}
catch(NotFoundException $e)
{
   // The postal was not found, is it a real address?
   // Make someone fix the addresss?
}
catch(InvalidArgumentException $e)
{
   // The format of the postal/zip code is does not comply with Dutch standards: /^[0-9]{4}[A-Z]{2}$/,
   // Make someone fix the addresss?
}
catch(ApiException $e)
{
   // Have a look at your cronjob / script. To many queries maybe?
}

```

[![Build status](https://camo.githubusercontent.com/be0da32442c200f03e8d00f9bd7034722b4937d703c105cf15c00cb8c6d91f74/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f616e746f6e626f75746b616d2f64757463682d706f7374616c2d746f2d6c61746c6f6e672e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/be0da32442c200f03e8d00f9bd7034722b4937d703c105cf15c00cb8c6d91f74/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f616e746f6e626f75746b616d2f64757463682d706f7374616c2d746f2d6c61746c6f6e672e7376673f7374796c653d666c61742d737175617265)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3365d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27406772?v=4)[⚒ Anton Boutkam](/maintainers/antonboutkam)[@antonboutkam](https://github.com/antonboutkam)

---

Top Contributors

[![antonboutkam](https://avatars.githubusercontent.com/u/27406772?v=4)](https://github.com/antonboutkam "antonboutkam (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuicart-dutchgeo/health.svg)

```
[![Health](https://phpackages.com/badges/nuicart-dutchgeo/health.svg)](https://phpackages.com/packages/nuicart-dutchgeo)
```

###  Alternatives

[tipoff/reviews

Laravel Package for tracking Google reviews

131.0k](/packages/tipoff-reviews)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
