PHPackages                             jose/test-package-laravel - 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. jose/test-package-laravel

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

jose/test-package-laravel
=========================

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

09PHP

Since Sep 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cjsjtec/cep-consult)[ Packagist](https://packagist.org/packages/jose/test-package-laravel)[ RSS](/packages/jose-test-package-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#cepconsult-laravel4-package-deprecated)

---

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

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

```

Run the Composer update comand

```
$ composer update

```

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

```
'providers' => array(

    Illuminate\Validation\ValidationServiceProvider::class,
    Illuminate\View\ViewServiceProvider::class,
    ...
    Jose\CepConsult\ServiceProvider::class,

),

```

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

```
'aliases' => array(

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

),

```

Now you are ready to go:

```
// Simply do
CepConsult::getAddress('01009-000');

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

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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/7eba7b88610815a91af4b208d17c1da0a31e6ac9db81317e5413c0539ba8814c?d=identicon)[cjsjtec](/maintainers/cjsjtec)

---

Top Contributors

[![cjsjtec](https://avatars.githubusercontent.com/u/13954234?v=4)](https://github.com/cjsjtec "cjsjtec (5 commits)")

### Embed Badge

![Health badge](/badges/jose-test-package-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/jose-test-package-laravel/health.svg)](https://phpackages.com/packages/jose-test-package-laravel)
```

###  Alternatives

[braincrafted/background-process

Start processes in the background that continue running when the PHP process exists.

3006.1k1](/packages/braincrafted-background-process)[robole/sulu-ai-translator-bundle

Translate any type of content using DeepL

191.9k](/packages/robole-sulu-ai-translator-bundle)[stathisg/greek-slug-generator

A slug (pretty URL) generator, which supports Greek UTF-8 encoded characters

131.7k](/packages/stathisg-greek-slug-generator)

PHPackages © 2026

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