PHPackages                             afranca1/cep-locator - 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. afranca1/cep-locator

ActiveLibrary

afranca1/cep-locator
====================

Busca e localiza ceps online

1.0.0(5y ago)09MITPHPPHP &gt;=7.2.0

Since Mar 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AlanJhonatan/cep-locator)[ Packagist](https://packagist.org/packages/afranca1/cep-locator)[ RSS](/packages/afranca1-cep-locator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Cep Locator PHP Library
=======================

[](#cep-locator-php-library)

About
-----

[](#about)

This is an library to easy search Brazilian zip-codes (cep) in php

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

[](#installation)

`composer require afranca1/cep-locator`

Usage
-----

[](#usage)

```
$busca = new Search;

$resultado = $busca -> getAddressFromZipcode('01001000');

print_r($resultado);
```

**Expected Return**

```
Array
(
    [cep] => 01001-000
    [logradouro] => Praça da Sé
    [complemento] => lado ímpar
    [bairro] => Sé
    [localidade] => São Paulo
    [uf] => SP
    [ibge] => 3550308
    [gia] => 1004
    [ddd] => 11
    [siafi] => 7107
)
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1883d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c3da281a1dca46a2d9c2ae02b686cc2576ae310a63734551d1b20fa666ef122?d=identicon)[alanjhonatan](/maintainers/alanjhonatan)

---

Top Contributors

[![AlanJhonatan](https://avatars.githubusercontent.com/u/41169099?v=4)](https://github.com/AlanJhonatan "AlanJhonatan (5 commits)")

### Embed Badge

![Health badge](/badges/afranca1-cep-locator/health.svg)

```
[![Health](https://phpackages.com/badges/afranca1-cep-locator/health.svg)](https://phpackages.com/packages/afranca1-cep-locator)
```

PHPackages © 2026

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