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

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

benefice/cep
============

1.0.1(6y ago)012MITPHP

Since Dec 21Pushed 6y ago1 watchersCompare

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

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

BénéficeCep
===========

[](#bénéficecep)

Uma biblioteca para Laravel trabalhando com API BénéficeCEP, todo acesso a API ainda é beta.

Instalação
==========

[](#instalação)

Digite o comando `composer require benefice/cep`

Abra o arquivo config/app.php e adicione: `BeneficeCep\CepServiceprovider::class,`

Primeiros Passos
================

[](#primeiros-passos)

Abra seu controller que irá usar a library e faça os seguintes passo a passo

`use BeneficeCep\LibCep`

`public function cep($cep) { $dados = new LibCep($cep); return response()->json($dados->response,200); }`

Rota
====

[](#rota)

No arquivo de rota api.php, faça o seguinte

`Route::get('cep/{cep}', 'SeuController@cep');`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2330d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cb74b3f53b4b25db514ef0073321d119c860231cabd2ee17c5921f73e8a28ce?d=identicon)[lucasantoniooficial](/maintainers/lucasantoniooficial)

---

Top Contributors

[![lucasantoniooficial](https://avatars.githubusercontent.com/u/58445514?v=4)](https://github.com/lucasantoniooficial "lucasantoniooficial (11 commits)")

### Embed Badge

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

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

###  Alternatives

[infocyph/uid

UUID (RFC 4122 + Unofficial/Draft), ULID, Snowflake ID, Sonyflake ID, TBSL (library exclusive) generator!

105.1k](/packages/infocyph-uid)

PHPackages © 2026

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