PHPackages                             eliseuborges/cep-correios - 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. eliseuborges/cep-correios

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

eliseuborges/cep-correios
=========================

Busca CEP na base dos correios - Brasil

2172[1 issues](https://github.com/eliseuborges/cep-correios/issues)PHPCI failing

Since Feb 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eliseuborges/cep-correios)[ Packagist](https://packagist.org/packages/eliseuborges/cep-correios)[ RSS](/packages/eliseuborges-cep-correios/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

CEP Correios Brasil
===================

[](#cep-correios-brasil)

Busca CEP na base dos correios - Brasil

[![Build Status](https://camo.githubusercontent.com/7f36e82d3b00d7e450b6872790ff2ded9dd1ee85d9b5fe5f63b3cf4e62f68de3/68747470733a2f2f7472617669732d63692e6f72672f656c69736575626f726765732f6365702d636f727265696f732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eliseuborges/cep-correios)

Exemplo de uso
--------------

[](#exemplo-de-uso)

```
require 'vendor/autoload.php';

error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE);

if ($_POST) {
    try {
        $dados = Eliseuborges\Correios::getEndereco( $_POST["CEP"] );
        var_dump($dados);
    } catch (\Exception $e) {
        echo $e->getMessage();
    }
}
?>

```

Contribuindo
------------

[](#contribuindo)

1. Faça o *fork* do projeto
2. Crie uma *branch* para sua modificação (`git checkout -b feature/fooBar`)
3. Faça o *commit* (`git commit -am 'Add some fooBar'`)
4. *Push* (`git push origin feature/fooBar`)
5. Crie um novo *Pull Request*

Licença
-------

[](#licença)

Esta biblioteca é um software open-source licenciado sob a licença MIT.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/642d32e3bde776c2abb899256a03b4c3c8fe48c1481b888c8df5713c09c8f696?d=identicon)[eliseuborges](/maintainers/eliseuborges)

---

Top Contributors

[![eliseuborges](https://avatars.githubusercontent.com/u/15690538?v=4)](https://github.com/eliseuborges "eliseuborges (20 commits)")[![isaiasffg](https://avatars.githubusercontent.com/u/17453896?v=4)](https://github.com/isaiasffg "isaiasffg (1 commits)")

### Embed Badge

![Health badge](/badges/eliseuborges-cep-correios/health.svg)

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

###  Alternatives

[willvincent/laravel-rateable

Allows multiple models to be rated with a fivestar like system.

416452.0k3](/packages/willvincent-laravel-rateable)

PHPackages © 2026

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