webrtb/address-splitter

Split street, house number and addition from address.

Installs: 7 886

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 2

Type:project

dev-master 2020-07-30 11:57 UTC

This package is not auto-updated.

Last update: 2025-06-28 11:56:23 UTC


README

Ultimate goal is to split street, house number and addition from address input for all country formats.

Currently supported:

  • Netherlands address format (nl_NL)
  • Belgian address (nl_BE)

Wantend formats:

  • French (fr_FR)
  • German
  • British

Testing:

After running composer install you can run tests locally with composer using ./vendor/bin/phpunit.

Or be lazy like me and use our docker container, just run:

docker-compose up -d
docker-compose exec app composer install
docker-compose exec app php ./vendor/bin/phpunit