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

ActiveLibrary

alexandreo/correios
===================

Projeto de integração com api official dos Correios.

1.1(6y ago)0636MITPHPPHP &gt;=5.6CI failing

Since Mar 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alexandreo/correios)[ Packagist](https://packagist.org/packages/alexandreo/correios)[ RSS](/packages/alexandreo-correios/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Integracao com api official dos Correios
========================================

[](#integracao-com-api-official-dos-correios)

Projeto de integração com api official dos Correios.

### Composer

[](#composer)

```
composer require alexandreo/correios

```

Como usar
---------

[](#como-usar)

```
use Alexandreo\Correios\CorreioAtendeCliente;

$correioAtendeCliente = new CorreioAtendeCliente();

try {
    $data = $correioAtendeCliente->consultaCep('02038010');
    var_dump($data);
} catch (\Alexandreo\Correios\CorreioException $e) {//get error
    echo $e->getMessage();
}
```

### Methodos disponível

[](#methodos-disponível)

consultaCep

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2240d ago

PHP version history (2 changes)1.0PHP &gt;=7.0

1.1PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/97fac33c29688e88a3e828846c9c85a5aca2654ba1be59b7f0c2c021146cbb23?d=identicon)[alexandreo](/maintainers/alexandreo)

---

Top Contributors

[![alexandreo](https://avatars.githubusercontent.com/u/3910677?v=4)](https://github.com/alexandreo "alexandreo (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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