PHPackages                             wagnermengue/zipcode - 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. wagnermengue/zipcode

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

wagnermengue/zipcode
====================

zipcode, cep

0.0.2(2y ago)04MITPHPPHP ^8.1

Since Sep 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wagnermengue/zipcode)[ Packagist](https://packagist.org/packages/wagnermengue/zipcode)[ Docs](https://github.com/wagnermengue/zipcode)[ RSS](/packages/wagnermengue-zipcode/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

ZipCode
=======

[](#zipcode)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cd0058d50c88ced912f4891d5ca940321503d18164471e3cc829f1b1ac130e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7761676e65726d656e6775652f7a6970636f64652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wagnermengue/zipcode)[![Total Downloads](https://camo.githubusercontent.com/d80ac10d4f0a3b8b82b59322c97cf237c1d6a5b995a3f1736bd7060b95066e00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7761676e65726d656e6775652f7a6970636f64652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wagnermengue/zipcode)

Package developed to find zip code

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

[](#installation)

You can install the package via composer:

```
composer require wagnermengue/zipcode
```

Usage
-----

[](#usage)

```
$zipCode = new ZipcodeClient();
$zipCode->find(93285630);
```

Expected:

```
{
  "logradouro" : "Rua José Casemiro Castilhos",
  "complemento" : "",
  "bairro" : "Olímpica",
  "cidade" : "Esteio",
  "uf" : "RS"
}
```

### Testing

[](#testing)

```
composer test
```

### Data source

[](#data-source)

ViaCEP :

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Wagner Mengue](https://github.com/wagnermengue)
- [Eduardo Gonçalves](https://github.com/eduardogoncalves00)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~21 days

Total

2

Last Release

1007d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12520761?v=4)[Wagner Mengue](/maintainers/wagnermengue)[@wagnermengue](https://github.com/wagnermengue)

---

Top Contributors

[![wagnermengue](https://avatars.githubusercontent.com/u/12520761?v=4)](https://github.com/wagnermengue "wagnermengue (7 commits)")[![EduardoGoncalves00](https://avatars.githubusercontent.com/u/98279087?v=4)](https://github.com/EduardoGoncalves00 "EduardoGoncalves00 (2 commits)")

---

Tags

cepzipcodewagnermengueeduardogoncalves

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wagnermengue-zipcode/health.svg)

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

###  Alternatives

[flyingluscas/correios-php

Uma maneira fácil de interagir com as principais funcionalidades dos Correios.

147366.5k3](/packages/flyingluscas-correios-php)[cagartner/correios-consulta

Package para pesquisa de serviços de busca por cep, calculo de frete e etc, diretamente nos serviços dos Correios.

154302.3k](/packages/cagartner-correios-consulta)[canducci/zipcode

ZipCode From Brazil

4555.8k](/packages/canducci-zipcode)[flyingluscas/viacep-php

ViaCEP PHP SDK

3640.6k](/packages/flyingluscas-viacep-php)[jansenfelipe/cep-gratis

Com esse pacote você poderá realizar consultas de CEP gratuitamente.

659.7k](/packages/jansenfelipe-cep-gratis)[jarouche/viacep

Classe para pesquisar o CEP atraves do servico gratuito viacep

3425.2k](/packages/jarouche-viacep)

PHPackages © 2026

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