{"id":43980685,"url":"https://github.com/sbolch/address-parser","last_synced_at":"2026-02-07T09:02:39.012Z","repository":{"id":56961098,"uuid":"275857704","full_name":"sbolch/address-parser","owner":"sbolch","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-22T20:04:39.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T18:57:55.066Z","etag":null,"topics":["address","parser"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbolch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-29T15:38:09.000Z","updated_at":"2025-03-11T00:26:05.000Z","dependencies_parsed_at":"2023-01-22T16:45:51.488Z","dependency_job_id":null,"html_url":"https://github.com/sbolch/address-parser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sbolch/address-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolch%2Faddress-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolch%2Faddress-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolch%2Faddress-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolch%2Faddress-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbolch","download_url":"https://codeload.github.com/sbolch/address-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbolch%2Faddress-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29190842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address","parser"],"created_at":"2026-02-07T09:02:38.320Z","updated_at":"2026-02-07T09:02:39.003Z","avatar_url":"https://github.com/sbolch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address Parser\n\n\u003e Can parse a physical address into its parts.\n\n## Installation\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this package:\n\n```console\n$ composer require sbolch/address-parser\n```\n\nThis command requires you to have Composer installed globally, as explained\nin the [installation chapter](https://getcomposer.org/doc/00-intro.md)\nof Composer documentation.\n\n## Usage\n\n```php\n$locale = 'HU';\n$parser = new \\sbolch\\AddressParser\\Parser($locale);\n\n$parser-\u003eparse('1152 Budapest, Szentmihályi út 167');\n\n/*\nThis returns:\nArray\n(\n    [zip] =\u003e 1152\n    [city] =\u003e Budapest\n    [street] =\u003e Szentmihályi\n    [streetType] =\u003e út\n    [houseNumber] =\u003e 167\n    [houseNumberInfo] =\u003e\n)\n*/\n```\n\nNote: Only Hungarian address format is supported yet. You can request another\nlocale for me to do or create a pull request by implementing\n\\sbolch\\AddressParser\\ParserInterface into \\sbolch\\AddressParser\\Parser namespace\nwith your own locale's class. You can place your custom files into the\nlocales folder under your locale.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbolch%2Faddress-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbolch%2Faddress-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbolch%2Faddress-parser/lists"}