webrtb/address-splitter

Split street, house number and addition from address.

Installs: 5 128

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 1

Type:project

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

This package is not auto-updated.

Last update: 2024-04-06 06:10:28 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