PHPackages                             signifly/laravel-addresses - 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. [Database &amp; ORM](/categories/database)
4. /
5. signifly/laravel-addresses

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

signifly/laravel-addresses
==========================

Easily manage addresses in your Laravel app

v0.4.1(5y ago)2300MITPHPPHP ^7.2.5

Since Jan 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/signifly/laravel-addresses)[ Packagist](https://packagist.org/packages/signifly/laravel-addresses)[ Docs](https://github.com/signifly/laravel-addresses)[ RSS](/packages/signifly-laravel-addresses/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Easily manage addresses in your Laravel app
===========================================

[](#easily-manage-addresses-in-your-laravel-app)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4c441fc97b982999bee943164537d5b686954ed4994b48750f261712faed3a73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7369676e69666c792f6c61726176656c2d6164647265737365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/signifly/laravel-addresses)[![Build Status](https://camo.githubusercontent.com/fc4034239e8627768ce370372c08900520382538c693afdc21a3298b458529da/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7369676e69666c792f6c61726176656c2d6164647265737365732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/signifly/laravel-addresses)[![StyleCI](https://camo.githubusercontent.com/d85f2798622a199de8480814f156674f918bf9647d9020be3cfc74ddc30f00c1/68747470733a2f2f7374796c6563692e696f2f7265706f732f3136363234353135332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/166245153)[![Quality Score](https://camo.githubusercontent.com/c9aafb7e94da5a9e2147eb09669196074b77a765b79f9143e2a86abf97f0a65d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7369676e69666c792f6c61726176656c2d6164647265737365732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/signifly/laravel-addresses)[![Total Downloads](https://camo.githubusercontent.com/16a48311f9e78e95c2518ccf8cf804ef8e5e00ac0481b88292579f1ac7421d82/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7369676e69666c792f6c61726176656c2d6164647265737365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/signifly/laravel-addresses)

The `signifly/laravel-addresses` package allows you to easily mange addresses in your Laravel app.

Documentation
-------------

[](#documentation)

Until further documentation is provided, please have a look at the tests.

You can install the package via composer:

```
composer require signifly/laravel-addresses
```

The package will automatically register itself.

You can publish the migration with:

```
php artisan vendor:publish --provider="Signifly\Addresses\AddressesServiceProvider" --tag="migrations"
```

After publishing the migration you can create the `addresses` table by running the migrations:

```
php artisan migrate
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Signifly\Addresses\AddressesServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    /*
     * The address model.
     */
    'address_model' => \Signifly\Addresses\Models\Address::class,

    /*
     * The name of the table.
     */
    'table_name' => 'addresses',
];
```

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Morten Poul Jensen](https://github.com/pactode)
- [All contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~100 days

Recently: every ~149 days

Total

7

Last Release

2068d ago

PHP version history (3 changes)v0.0.1PHP ^7.1

v0.3.0PHP ^7.2

v0.4.1PHP ^7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd06d3bd4452ca3ce5c956b4c0bcb1240ca692f590bc4cdabe104fd07156e0bf?d=identicon)[signifly](/maintainers/signifly)

---

Top Contributors

[![pactode](https://avatars.githubusercontent.com/u/5956778?v=4)](https://github.com/pactode "pactode (24 commits)")[![connors511](https://avatars.githubusercontent.com/u/527889?v=4)](https://github.com/connors511 "connors511 (2 commits)")

---

Tags

addresseloquentlaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/signifly-laravel-addresses/health.svg)

```
[![Health](https://phpackages.com/badges/signifly-laravel-addresses/health.svg)](https://phpackages.com/packages/signifly-laravel-addresses)
```

###  Alternatives

[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[aglipanci/laravel-eloquent-case

Adds CASE statement support to Laravel Query Builder.

115157.2k](/packages/aglipanci-laravel-eloquent-case)

PHPackages © 2026

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