{"id":15307315,"url":"https://github.com/michalsn/australian-address-parser","last_synced_at":"2025-04-15T00:31:25.210Z","repository":{"id":57017000,"uuid":"250778931","full_name":"michalsn/australian-address-parser","owner":"michalsn","description":"Australian address parser","archived":false,"fork":false,"pushed_at":"2023-03-18T14:52:06.000Z","size":412,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T12:37:42.841Z","etag":null,"topics":["address-parser","australia","australian-addresses"],"latest_commit_sha":null,"homepage":null,"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/michalsn.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-03-28T11:36:06.000Z","updated_at":"2024-12-24T23:41:22.000Z","dependencies_parsed_at":"2022-08-22T09:40:45.280Z","dependency_job_id":null,"html_url":"https://github.com/michalsn/australian-address-parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsn%2Faustralian-address-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsn%2Faustralian-address-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsn%2Faustralian-address-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalsn%2Faustralian-address-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalsn","download_url":"https://codeload.github.com/michalsn/australian-address-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710406,"owners_count":21149185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","australia","australian-addresses"],"created_at":"2024-10-01T08:09:48.560Z","updated_at":"2025-04-15T00:31:24.915Z","avatar_url":"https://github.com/michalsn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Australian Address Parser [![](https://github.com/michalsn/australian-address-parser/workflows/PHP%20Tests/badge.svg)](https://github.com/michalsn/australian-address-parser/actions?query=workflow%3A%22PHP+Tests%22)\n\nParse the address string to the array.\n\n## Installation\n\n\t\u003e composer require michalsn/australian-address-parser\n\n## Usage\n\n```php\n// calling\n$parser = new \\Michalsn\\AustralianAddressParser\\Parser();\n$result = $parser-\u003eparse('1/55 Rutherford St, Stafford Heights Queensland');\n\n// will return \n[\n\t'state' =\u003e 'QLD',\n\t'suburb' =\u003e 'Stafford Heights',\n\t'postcode' =\u003e '4053',\n\t'streetType' =\u003e 'Street',\n\t'unitNumber' =\u003e '1',\n\t'streetNumber' =\u003e '55',\n\t'streetName' =\u003e 'Rutherford',\n]\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalsn%2Faustralian-address-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalsn%2Faustralian-address-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalsn%2Faustralian-address-parser/lists"}