{"id":23209079,"url":"https://github.com/vanilophp/address","last_synced_at":"2025-04-05T12:10:02.345Z","repository":{"id":57076846,"uuid":"112483913","full_name":"vanilophp/address","owner":"vanilophp","description":"[DEPRECATED] Address Module For Vanilo (Laravel)","archived":false,"fork":false,"pushed_at":"2018-11-11T23:34:04.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T22:52:17.764Z","etag":null,"topics":["vanilo"],"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/vanilophp.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-29T14:15:20.000Z","updated_at":"2023-11-23T09:11:33.000Z","dependencies_parsed_at":"2022-08-24T14:55:56.218Z","dependency_job_id":null,"html_url":"https://github.com/vanilophp/address","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Faddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Faddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Faddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanilophp%2Faddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanilophp","download_url":"https://codeload.github.com/vanilophp/address/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332610,"owners_count":20921853,"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":["vanilo"],"created_at":"2024-12-18T18:14:24.933Z","updated_at":"2025-04-05T12:10:02.322Z","avatar_url":"https://github.com/vanilophp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address Module\n\n![Deprecated](https://img.shields.io/badge/module-deprecated-red.svg?style=flat-square)\n\n\u003e This module is deprecated and is discontinued as of Vanilo v0.4.\n\n---\n\nThis was the address module for [Vanilo](https://vanilo.io) until version v0.3.\n\n[![Travis](https://img.shields.io/travis/vanilophp/address.svg?style=flat-square)](https://travis-ci.org/vanilophp/address)\n[![Packagist version](https://img.shields.io/packagist/v/vanilo/address.svg?style=flat-square)](https://packagist.org/packages/vanilo/address)\n[![Packagist downloads](https://img.shields.io/packagist/dt/vanilo/address.svg?style=flat-square)](https://packagist.org/packages/vanilo/address)\n[![StyleCI](https://styleci.io/repos/112483913/shield?branch=master)](https://styleci.io/repos/112483913)\n[![MIT Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md)\n\n\u003e **This module shouldn't be used standalone.**\n\u003e\n\u003e It merely binds [Konekt Address](https://github.com/artkonekt/address) with\n\u003e the Vanilo (Address) Contract\n\n## Extending\n\nYou need to re-register the root `Konekt\\Address\\Contracts\\Address` contract:\n\n```php\n// app/AppServiceProvider.php:\n\n    public function boot()\n    {\n    \t$this-\u003eapp-\u003econcord-\u003eregisterModel(\n        \t\\Konekt\\Address\\Contracts\\Address::class,\n        \t\\App\\Address::class\n        );\n    }\n```\n\n```php\n// app/Address.php\nclass Address extends \\Vanilo\\Address\\Models\\Address\n{\n\t// Tweak the hell out of it\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilophp%2Faddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanilophp%2Faddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanilophp%2Faddress/lists"}