PHPackages                             michaeld555/filament-fields - 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. michaeld555/filament-fields

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

michaeld555/filament-fields
===========================

Filament brazilians fields for filament forms

v1.0.3(1y ago)0173MITPHPPHP &gt;=8.0

Since Sep 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michaeld555/filament-fields)[ Packagist](https://packagist.org/packages/michaeld555/filament-fields)[ Docs](https://github.com/michaeld555/filament-fields)[ RSS](/packages/michaeld555-filament-fields/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Brazilians Inputs for Filament Forms
------------------------------------

[](#brazilians-inputs-for-filament-forms)

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

[](#installation)

Require this package in your composer.json and update composer. This will download the package.

```
composer require michaeld555/filament-fields

```

Using the fields
----------------

[](#using-the-fields)

To create a money input use:

```
    use Michaeld555\MoneyInput;

    MoneyInput::make('value')
    ->prefix('R$')
```

To create a cep input use:

```
    use Michaeld555\CepInput;

    Cep::make('postal_code')
    ->viaCep(
        mode: 'suffix', // Determines whether the action should be appended to (suffix) or prepended to (prefix) the cep field, or not included at all (none).
        errorMessage: 'CEP inválido.', // Error message to display if the CEP is invalid.

        /**
         * Other form fields that can be filled by ViaCep.
         * The key is the name of the Filament input, and the value is the ViaCep attribute that corresponds to it.
         * More information: https://viacep.com.br/
         */
        setFields: [
            'street' => 'logradouro',
            'number' => 'numero',
            'complement' => 'complemento',
            'district' => 'bairro',
            'city' => 'localidade',
            'state' => 'uf'
        ],
        citiesTable: 'cities', // if you want to set a field with information from your cities table in the database
        ibgeColumn: 'igbe_code',  // the name of your column in the cities database that receives the IBGE code
    ),
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance43

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

453d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/468ac93c5d3d72f0574d393b2582b56059fcc1cf48f564e63717a685f19d8b50?d=identicon)[michaeld555](/maintainers/michaeld555)

---

Top Contributors

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

---

Tags

laravelcepcnpjfilament-moneybrazilianmichaeld555money-inputcep-inputcnpj-inputbrazilian-input

### Embed Badge

![Health badge](/badges/michaeld555-filament-fields/health.svg)

```
[![Health](https://phpackages.com/badges/michaeld555-filament-fields/health.svg)](https://phpackages.com/packages/michaeld555-filament-fields)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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