PHPackages                             vanilo/address - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. vanilo/address

Abandoned → [vanilo/framework](/?search=vanilo%2Fframework)Library

vanilo/address
==============

Vanilo Address Module

0.3.0(7y ago)12.9k1MITPHPPHP &gt;=7.0.0

Since Dec 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vanilophp/address)[ Packagist](https://packagist.org/packages/vanilo/address)[ RSS](/packages/vanilo-address/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

Address Module
==============

[](#address-module)

[![Deprecated](https://camo.githubusercontent.com/12b7d6a632cf95c3f4d41b542632ccb4ac065035a3c5aa299db5e8df2792e730/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6f64756c652d646570726563617465642d7265642e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/12b7d6a632cf95c3f4d41b542632ccb4ac065035a3c5aa299db5e8df2792e730/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6f64756c652d646570726563617465642d7265642e7376673f7374796c653d666c61742d737175617265)

> This module is deprecated and is discontinued as of Vanilo v0.4.

---

This was the address module for [Vanilo](https://vanilo.io) until version v0.3.

[![Travis](https://camo.githubusercontent.com/b64bc4a593805092a172f68912ebfcb1ff5c851172905b07bd8e34fa647837dc/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f76616e696c6f7068702f616464726573732e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/vanilophp/address)[![Packagist version](https://camo.githubusercontent.com/f2d02d312567254cd6ac7c08a1203dcf8de5e4a4f5965401eeedc8a261d12bda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76616e696c6f2f616464726573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vanilo/address)[![Packagist downloads](https://camo.githubusercontent.com/82c9ef03fc05d83e06d38563de8dae6a26b98823db2c5c6a6724e1d013d58723/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e696c6f2f616464726573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vanilo/address)[![StyleCI](https://camo.githubusercontent.com/7499235b58dc5cd434fce80698b3aaec7e9f3f387dae936e35f918044143d15a/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131323438333931332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/112483913)[![MIT Software License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

> **This module shouldn't be used standalone.**
>
> It merely binds [Konekt Address](https://github.com/artkonekt/address) with the Vanilo (Address) Contract

Extending
---------

[](#extending)

You need to re-register the root `Konekt\Address\Contracts\Address` contract:

```
// app/AppServiceProvider.php:

    public function boot()
    {
    	$this->app->concord->registerModel(
        	\Konekt\Address\Contracts\Address::class,
        	\App\Address::class
        );
    }
```

```
// app/Address.php
class Address extends \Vanilo\Address\Models\Address
{
	// Tweak the hell out of it
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~121 days

Total

3

Last Release

2834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3653935?v=4)[Vanilo](/maintainers/vanilo)[@Vanilo](https://github.com/Vanilo)

---

Top Contributors

[![fulopattila122](https://avatars.githubusercontent.com/u/1162360?v=4)](https://github.com/fulopattila122 "fulopattila122 (19 commits)")

---

Tags

vanilolaraveladdressecommerceartkonektvanilo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vanilo-address/health.svg)

```
[![Health](https://phpackages.com/badges/vanilo-address/health.svg)](https://phpackages.com/packages/vanilo-address)
```

###  Alternatives

[vanilo/order

Vanilo Order Module

3595.3k](/packages/vanilo-order)[vanilo/cart

Vanilo Cart Module

51100.9k1](/packages/vanilo-cart)[vanilo/product

Vanilo Product Module

2095.7k2](/packages/vanilo-product)[vanilo/checkout

Vanilo Checkout Module

1592.5k](/packages/vanilo-checkout)[vanilo/properties

Vanilo Properties (Attributes) Module

11105.2k2](/packages/vanilo-properties)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
