PHPackages                             jessemkv/projeto-cep - 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. jessemkv/projeto-cep

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

jessemkv/projeto-cep
====================

busca de cep online

v1.1.1(1y ago)04MITHackPHP &gt;=7.2.0

Since Dec 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jessemp3/BuscadorDeCep)[ Packagist](https://packagist.org/packages/jessemkv/projeto-cep)[ RSS](/packages/jessemkv-projeto-cep/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

BuscadorDeCep
=============

[](#buscadordecep)

**BuscadorDeCep** é uma biblioteca PHP para busca de CEPs (Códigos de Endereçamento Postal) no Brasil.

Instalação
----------

[](#instalação)

Você pode instalar a biblioteca usando o Composer. Execute o seguinte comando:

```
composer require seu-usuario/buscador-de-cep

require 'vendor/autoload.php';

use BuscadorDeCep\CepClient;

$busca = new Search;

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

print_r($resultado);
```

Métodos
=======

[](#métodos)

buscarCep($cep) Busca informações do endereço a partir do CEP informado.

Parâmetro: $cep (string): O CEP que você deseja buscar. Retorno: Um objeto com as informações do endereço.

Contribuição
============

[](#contribuição)

Contribuições são bem-vindas! Sinta-se à vontade para abrir uma issue ou um pull request.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance42

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b710a7db9af24a12396da116b66e7f64633c6bb178cef1ee03628b9f7086671?d=identicon)[jessemp3](/maintainers/jessemp3)

---

Top Contributors

[![jessemp3](https://avatars.githubusercontent.com/u/142546460?v=4)](https://github.com/jessemp3 "jessemp3 (13 commits)")

---

Tags

packagepacotephp

### Embed Badge

![Health badge](/badges/jessemkv-projeto-cep/health.svg)

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

PHPackages © 2026

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