PHPackages                             zizaco/cep-consult - 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. [API Development](/categories/api)
4. /
5. zizaco/cep-consult

ActiveLibrary[API Development](/categories/api)

zizaco/cep-consult
==================

This package has the objective to consult the CEP within one or more web APIs that will retrieve the address of the given number.

222.7k70[1 PRs](https://github.com/Zizaco/cep-consult/pulls)PHP

Since Jul 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Zizaco/cep-consult)[ Packagist](https://packagist.org/packages/zizaco/cep-consult)[ RSS](/packages/zizaco-cep-consult/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CepConsult (Laravel4 Package)
=============================

[](#cepconsult-laravel4-package)

---

This package has the objective to consult the CEP within one or more web APIs that will retrieve the address of the given number. Esse pacote tem o objetivo de consultar o numero CEP em uma ou mais APIs web que irão retornar o endereço do numero dado.

### Required setup

[](#required-setup)

In the `require` key of `composer.json` file add the following

```
"zizaco/cep-consult": "dev-master"

```

Run the Composer update comand

```
$ composer update

```

In your `config/app.php` add `'Zizaco\CepConsult\ServiceProvider'` to the end of the `$providers` array

```
'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Zizaco\CepConsult\ServiceProvider',

),

```

Then at the end of `config/app.php` add `'CepConsult'    => 'Zizaco\CepConsult\Facade'` to the `$aliases` array

```
'aliases' => array(

    'App'        => 'Illuminate\Support\Facades\App',
    'Artisan'    => 'Illuminate\Support\Facades\Artisan',
    ...
    'CepConsult'    => 'Zizaco\CepConsult\Facade',

),

```

Now you are ready to go:

```
// Simply do
CepConsult::getAddress('13.015-904');

// Or
CepConsult::getAddress('13015904');

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0300b524cec176bcf86cb356eab35fa035a74f5f0a651c362abf3d0e0b9e891?d=identicon)[Zizaco](/maintainers/Zizaco)

---

Top Contributors

[![Zizaco](https://avatars.githubusercontent.com/u/777635?v=4)](https://github.com/Zizaco "Zizaco (2 commits)")

### Embed Badge

![Health badge](/badges/zizaco-cep-consult/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[emartech/emarsys-magento2-extension

Magento2 integration for the Emarsys Marketing Platform

14273.9k](/packages/emartech-emarsys-magento2-extension)

PHPackages © 2026

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