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

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

Since Jun 1Pushed 1w 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 2d ago

READMEChangelog (7)Dependencies (14)Versions (10)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

Maintenance98

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~252 days

Total

7

Last Release

10d ago

### Community

Maintainers

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

---

Top Contributors

[![aessam13](https://avatars.githubusercontent.com/u/78547437?v=4)](https://github.com/aessam13 "aessam13 (2 commits)")[![AWahba2](https://avatars.githubusercontent.com/u/158474319?v=4)](https://github.com/AWahba2 "AWahba2 (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![MostafaHassan1](https://avatars.githubusercontent.com/u/42083130?v=4)](https://github.com/MostafaHassan1 "MostafaHassan1 (1 commits)")[![y-shaker](https://avatars.githubusercontent.com/u/101970164?v=4)](https://github.com/y-shaker "y-shaker (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

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.2k](/packages/backstage-mails)

PHPackages © 2026

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