PHPackages                             live-controls/autoaddress - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. live-controls/autoaddress

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

live-controls/autoaddress
=========================

Autofill Address Form

v1.2.2(1y ago)02.1kPHP

Since Jan 26Pushed 1y agoCompare

[ Source](https://github.com/live-controls/autoaddress)[ Packagist](https://packagist.org/packages/live-controls/autoaddress)[ RSS](/packages/live-controls-autoaddress/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

Auto Address
============

[](#auto-address)

[![Release Version](https://camo.githubusercontent.com/400c8186f156cf0a3954ec56afba6f0bcf8bdaaca76cdd36e399207bb0042f2c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c6976652d636f6e74726f6c732f6175746f61646472657373)](https://camo.githubusercontent.com/400c8186f156cf0a3954ec56afba6f0bcf8bdaaca76cdd36e399207bb0042f2c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6c6976652d636f6e74726f6c732f6175746f61646472657373)[![Packagist Version](https://camo.githubusercontent.com/d9ab76506ace37cef3b16ee8a893384df034469a0a2f00c099ffab08eb085a5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6976652d636f6e74726f6c732f6175746f616464726573733f636f6c6f723d253233303037353030)](https://camo.githubusercontent.com/d9ab76506ace37cef3b16ee8a893384df034469a0a2f00c099ffab08eb085a5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6976652d636f6e74726f6c732f6175746f616464726573733f636f6c6f723d253233303037353030)

An Input for Addresses which would give you the informations for road, etc. based on different APIs

Requirements
------------

[](#requirements)

- Laravel 9+
- Livewire 2+

Translations
------------

[](#translations)

- English (en)
- German (de)
- Brazilian Portuguese (pt\_BR)

Installation
------------

[](#installation)

1. Install AutoAddress package

```
composer require live-controls/autoaddress
```

### Content

[](#content)

TODO

Usage
-----

[](#usage)

1. Add CEPABERTO\_TOKEN and/or ZIPCODEBASE\_TOKEN env variable
2. If you want you can publish the configuration file and change the variables there
3. Basic Usage:

```
$cep = 01000001;
$response = new \LiveControls\AutoAddress\Objects\CepAbertoResponse($cep);
//or
$cep = "01000-001"; //Can be a string as well, the CepAberto::fromCep() method will remove everything but numbers
$response = new \LiveControls\AutoAddress\Objects\CepAbertoResponse($cep);
```

The $response object contains the following variables:

- $status =&gt; The status of the response, can also be tested with $response-&gt;isValid()
- $cep =&gt; The CEP of the address, this is identical to the $cep sent to the server
- $ibge =&gt; The IBGE of the address
- $ddd =&gt; The phone DDD of the address
- $street =&gt; The street of the address
- $complement =&gt; The complement of the address
- $area =&gt; The area of the address
- $city =&gt; The city of the address
- $state =&gt; The state of the address
- $uf =&gt; The UF of the address
- $country =&gt; The country of the address (In case of CepAberto its always Brazil)
- $longitude =&gt; The longitude of the address (Can be null!)
- $latitude =&gt; The latitude of the address (Can be null!)
- $altitude =&gt; The altitude of the address (Can be null!)

4. If environment variables dont work, try publish the configuration file, this will probably be patched in the future.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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 ~48 days

Recently: every ~73 days

Total

10

Last Release

407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f366058ff9e06fad5c432234f0ac35a154bcc4153dbff096987489b16e87eb7?d=identicon)[daredloco](/maintainers/daredloco)

---

Top Contributors

[![daredloco](https://avatars.githubusercontent.com/u/60240491?v=4)](https://github.com/daredloco "daredloco (28 commits)")

### Embed Badge

![Health badge](/badges/live-controls-autoaddress/health.svg)

```
[![Health](https://phpackages.com/badges/live-controls-autoaddress/health.svg)](https://phpackages.com/packages/live-controls-autoaddress)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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