PHPackages                             34ml/filament-price-converter-field - 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. [Admin Panels](/categories/admin)
4. /
5. 34ml/filament-price-converter-field

ActiveLibrary[Admin Panels](/categories/admin)

34ml/filament-price-converter-field
===================================

A price converter field for filament admin panel

v2.0(4w ago)032[1 PRs](https://github.com/34ML/Filament-Price-Converter-Field/pulls)MITPHPPHP ^8.1

Since Jun 1Pushed 4w agoCompare

[ Source](https://github.com/34ML/Filament-Price-Converter-Field)[ Packagist](https://packagist.org/packages/34ml/filament-price-converter-field)[ Docs](https://github.com/34ml/filament-price-converter-field)[ RSS](/packages/34ml-filament-price-converter-field/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (8)Dependencies (21)Versions (12)Used By (0)

Price converter field for filament admin panel
==============================================

[](#price-converter-field-for-filament-admin-panel)

[![PriceConverterFieldHeader](https://raw.githubusercontent.com/34ML/Filament-Price-Converter-Field/main/resources/images/Filament-Price-Converter-Field-image.jpg)](https://raw.githubusercontent.com/34ML/Filament-Price-Converter-Field/main/resources/images/Filament-Price-Converter-Field-image.jpg)

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

[](#installation)

You can install the package via composer:

```
composer require 34ml/filament-price-coverter-field
```

This is the content of the published config file where you can set the default currency

```
return [
    'currency' => 'EUR',
    ];
```

Usage
-----

[](#usage)

Add the field in your resource, view, create or edit pages inside the form function

```
    use _34ML\FilamentPriceConverterField\FilamentPriceConverterField;

    FilamentPriceConverterField::make('price')->required(),
```

Also if you want to use it inside a table for the list page

```
    use _34ML\FilamentPriceConverterField\FilamentPriceConverterColumn;

    FilamentPriceConverterColumn::make('price')->label('Sale Price'),
```

Credits
-------

[](#credits)

- [Mostafa Hassan](https://github.com/MostafaHassan1)
- [Reham Mourad](https://github.com/RehamMourad)
- [Ahmed Essam](https://github.com/aessam13)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~234 days

Total

8

Last Release

29d ago

Major Versions

v1.3.1 → v2.02026-07-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/7489e0695a574d6e6102a9545bd8a114581df7968b852938ed11b4f6519e6e24?d=identicon)[admin34ML](/maintainers/admin34ML)

---

Top Contributors

[![AWahba2](https://avatars.githubusercontent.com/u/158474319?v=4)](https://github.com/AWahba2 "AWahba2 (3 commits)")[![aessam13](https://avatars.githubusercontent.com/u/78547437?v=4)](https://github.com/aessam13 "aessam13 (2 commits)")[![MostafaHassan1](https://avatars.githubusercontent.com/u/42083130?v=4)](https://github.com/MostafaHassan1 "MostafaHassan1 (1 commits)")[![nasser34ml](https://avatars.githubusercontent.com/u/98050360?v=4)](https://github.com/nasser34ml "nasser34ml (1 commits)")[![y-shaker](https://avatars.githubusercontent.com/u/101970164?v=4)](https://github.com/y-shaker "y-shaker (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravel34MLfilament-price-coverter-field

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/34ml-filament-price-converter-field/health.svg)

```
[![Health](https://phpackages.com/badges/34ml-filament-price-converter-field/health.svg)](https://phpackages.com/packages/34ml-filament-price-converter-field)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

250235.8k15](/packages/awcodes-filament-quick-create)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

209164.0k3](/packages/guava-filament-knowledge-base)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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