PHPackages                             kouinkouin/street-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kouinkouin/street-parser

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

kouinkouin/street-parser
========================

A PHP library to split an address street to street, number, box, ...

v0.3.0(2y ago)32.9k1MITPHPPHP &gt;=7.2

Since Jun 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kouinkouin/street-parser)[ Packagist](https://packagist.org/packages/kouinkouin/street-parser)[ Docs](https://github.com/kouinkouin/StreetParser)[ RSS](/packages/kouinkouin-street-parser/feed)WikiDiscussions master Synced 3w ago

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

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/dfc029f8bc3f0f7a7e38202874918add91d69d977a1e195a8f112be95a12a2ab/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f75696e6b6f75696e2f7374726565742d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kouinkouin/street-parser/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/d6f91cc30262d09426f939c6eb4ce0e93338df1d2c2313cd5b6eebc3ffbe372c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f75696e6b6f75696e2f7374726565742d7061727365722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kouinkouin/street-parser/?branch=master)[![Build Status](https://camo.githubusercontent.com/d2ad79a7d2218aaf099117481a75d8434532447f6dd72e87b546750672e83ebd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f75696e6b6f75696e2f7374726565742d7061727365722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kouinkouin/street-parser/build-status/master)

StreetParser
============

[](#streetparser)

A PHP library to split an address street to street name, number, box, ...

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

[](#installation)

```
$ composer require kouinkouin/street-parser
```

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

use kouinkouin\StreetParser\StreetParser;

$streetParser = new StreetParser();
$street = $streetParser->getStreetDataFromFullStreet('Rue du grand Duc, 13/B1');
var_dump($street->getName()); // string(16) "Rue du grand Duc"
var_dump($street->getNumber()); // string(2) "13"
var_dump($street->getBox()); // string(2) "B1"
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~1243 days

Total

3

Last Release

796d ago

PHP version history (2 changes)v0.1.0PHP ^7.0

v0.3.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3999492?v=4)[kouinkouin](/maintainers/kouinkouin)[@kouinkouin](https://github.com/kouinkouin)

---

Top Contributors

[![kouinkouin](https://avatars.githubusercontent.com/u/3999492?v=4)](https://github.com/kouinkouin "kouinkouin (16 commits)")[![Cryde](https://avatars.githubusercontent.com/u/1662950?v=4)](https://github.com/Cryde "Cryde (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kouinkouin-street-parser/health.svg)

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

PHPackages © 2026

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