PHPackages                             dmt-software/address-abbreviation - 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. dmt-software/address-abbreviation

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

dmt-software/address-abbreviation
=================================

Abbreviate addresses while keeping the meaning intact.

1.0.7(3w ago)0971[1 issues](https://github.com/dmt-software/address-abbreviation/issues)[1 PRs](https://github.com/dmt-software/address-abbreviation/pulls)MITPHPPHP &gt;=8.3CI passing

Since Jun 1Pushed 1w agoCompare

[ Source](https://github.com/dmt-software/address-abbreviation)[ Packagist](https://packagist.org/packages/dmt-software/address-abbreviation)[ RSS](/packages/dmt-software-address-abbreviation/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (8)Dependencies (4)Versions (11)Used By (0)

Address Abbreviation
====================

[](#address-abbreviation)

Abbreviate address components while preserving their meaning to accommodate systems with limited address length.

Installation
------------

[](#installation)

```
composer require dmt-software/address-abbreviation
```

Usage
-----

[](#usage)

```
use DMT\Address\Abbreviation\Dutch\Street\TypeNameAbbreviator;

$abbreviator = new TypeNameAbbreviator();
print $abbreviator->abbreviate('Jan Maurits van Nassaustraat');

// outputs: Jan Maurits van Nassaustr
```

### Configured sets

[](#configured-sets)

```
use DMT\Address\Abbreviation\AbbreviationGroupFactory;

$abbreviator = (new AbbreviationGroupFactory())->getNen5825AbbreviationGroup();
print $abbreviator->abbreviate('Burgemeester W. van Eertenstraat');

// outputs: Burg W van Eertenstraat (according to NEN 5825:2002)
```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance97

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~3 days

Total

10

Last Release

22d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec6b7fbb4d231b5c2c76348cf3a13ec5e82c64a1826142f6ec0db1cf15db2873?d=identicon)[proggeler](/maintainers/proggeler)

---

Top Contributors

[![proggeler](https://avatars.githubusercontent.com/u/18281353?v=4)](https://github.com/proggeler "proggeler (21 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dmt-software-address-abbreviation/health.svg)

```
[![Health](https://phpackages.com/badges/dmt-software-address-abbreviation/health.svg)](https://phpackages.com/packages/dmt-software-address-abbreviation)
```

###  Alternatives

[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14235.7k15](/packages/carbon-includeassets)[rogervila/provably-fair

PHP implementation of Bustabit's Provably Fair system

1412.9k](/packages/rogervila-provably-fair)

PHPackages © 2026

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