PHPackages                             treehouselabs/address-parser - 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. treehouselabs/address-parser

ActiveLibrary

treehouselabs/address-parser
============================

A Dutch address parser

v1.0.4(6y ago)0128.3k↓20%4[1 issues](https://github.com/treehouselabs/address-parser/issues)PHPPHP &gt;=5.5.9

Since May 30Pushed 6y ago4 watchersCompare

[ Source](https://github.com/treehouselabs/address-parser)[ Packagist](https://packagist.org/packages/treehouselabs/address-parser)[ RSS](/packages/treehouselabs-address-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Address Parser
==============

[](#address-parser)

**Address Parser** is a library that can parse most dutch addresses.

[![Build Status](https://camo.githubusercontent.com/c558eb5ba6f50c92faea81c72a4fb2dba48f059cb14c7bd0147b75def0ee031e/68747470733a2f2f7472617669732d63692e6f72672f74726565686f7573656c6162732f616464726573732d7061727365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/treehouselabs/address-parser)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/753a4c789267f88e9b0f7392365050dbd221349d615f0fad23b81933117880c5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74726565686f7573656c6162732f616464726573732d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/treehouselabs/address-parser/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/6e255ced4597359abfe9d691ecc79debcb8204d51e354381fd827a01245078f2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74726565686f7573656c6162732f616464726573732d7061727365722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/treehouselabs/address-parser/?branch=master)

Usage
=====

[](#usage)

```
$parser = new \TreeHouse\AddressParser\AddressParser();

$result = $parser->parse('Willembuytechweg 45');

var_dump($result);
```

The above example will output:

```
array(3) {
  'street' =>
  string(16) "Willembuytechweg"
  'number' =>
  string(2) "45"
  'address' =>
  string(19) "Willembuytechweg 45"
}
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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

Every ~456 days

Total

5

Last Release

2547d ago

PHP version history (2 changes)1.0PHP &gt;=5.4

v1.0.2PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/5eceacbc3912547ac51ba584798cc5a7c1bfae49b714978f62b6e1af389307dd?d=identicon)[fieg](/maintainers/fieg)

---

Top Contributors

[![pkruithof](https://avatars.githubusercontent.com/u/330828?v=4)](https://github.com/pkruithof "pkruithof (8 commits)")[![fieg](https://avatars.githubusercontent.com/u/1086908?v=4)](https://github.com/fieg "fieg (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/treehouselabs-address-parser/health.svg)

```
[![Health](https://phpackages.com/badges/treehouselabs-address-parser/health.svg)](https://phpackages.com/packages/treehouselabs-address-parser)
```

PHPackages © 2026

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