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

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

noures/nova-cep
===============

AutoComplete CEP Nova &gt;4.

016PHP

Since Jul 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/noures/nova-cep)[ Packagist](https://packagist.org/packages/noures/nova-cep)[ RSS](/packages/noures-nova-cep/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova CEP AutoComplete
=============================

[](#laravel-nova-cep-autocomplete)

Adaptado a partir de [sereny/nova-cep](https://github.com/serenysoft/nova-cep) para funcionar apenas como consulta, sem a necessidade de tabela de endereços.

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require noures/nova-cep
```

```
...............

    public function fields(NovaRequest $request)
    {
        return [

        .................

            Cep::make("Cep", "cep")
                ->required(),

            Text::make("Endereço", "endereco")
                ->rules('required'),

            Text::make("Número", "numero")
                ->rules('required'),

            Text::make("Complemento", 'complemento')
                ->rules('required'),

            Text::make("Bairro", 'bairro')
            ->rules('required'),

            Text::make("Cidade", 'cidade')
                ->rules('required'),

            Text::make("Estado", 'estado')
            ->rules('required'),

        .................
        ];
    }
.........................
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70% 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/b3eadfba849e1c5a1c312bd86e1eaed846873c1dcfb3cecf7f3a7f25a769cd3b?d=identicon)[noures](/maintainers/noures)

---

Top Contributors

[![noures](https://avatars.githubusercontent.com/u/7080865?v=4)](https://github.com/noures "noures (7 commits)")[![leandrogehlen](https://avatars.githubusercontent.com/u/1750751?v=4)](https://github.com/leandrogehlen "leandrogehlen (3 commits)")

### Embed Badge

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

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

###  Alternatives

[zenepay/filament-buddhist-date-picker

Laravel Filament DatePicker with Bhuddist Era plugin

214.8k](/packages/zenepay-filament-buddhist-date-picker)[workerman/stomp

1010.3k6](/packages/workerman-stomp)

PHPackages © 2026

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