PHPackages                             lathanhvien/nova-text-currency - 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. lathanhvien/nova-text-currency

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

lathanhvien/nova-text-currency
==============================

A Laravel Nova field to display currency number format.

v1.0.0(6y ago)09.5k↓100%[1 issues](https://github.com/lathanhvien/nova-text-currency/issues)MITVuePHP &gt;=7.1.0

Since Aug 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lathanhvien/nova-text-currency)[ Packagist](https://packagist.org/packages/lathanhvien/nova-text-currency)[ RSS](/packages/lathanhvien-nova-text-currency/feed)WikiDiscussions master Synced 1mo ago

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

nova-text-currency 1.0.0
========================

[](#nova-text-currency-100)

### Installation

[](#installation)

```
$ composer require lathanhvien/nova-text-currency
```

### Usage

[](#usage)

```
use Pifpif\NovaTextCurrency\Currency;

Currency::make('Total','total')->sign('8364'),
Or:
Currency::make('Total','total'),
```

### Configuration

[](#configuration)

Optional function sign create currency symbol, base on decimal currency symbol code. It will show on 3 pages: Index, Detail, Form (edit or create)! Example:

```
Currency::make('Total','total')->sign('8364'),
```

Will create Euro currency symbol. You can use more currency symbol by reference [UTF-8 Currency Symbols](https://www.w3schools.com/charsets/ref_utf_currency.asp)

If just use Dollar symbol, use it by default:

```
Currency::make('Total','total'),
```

Or without any symbol, use it by this:

```
Currency::make('Total','total')->sign('32'),
```

### Support

[](#support)

If you have any ideas about this package, feel free to contact me at gmail:  or skype: xprotoprotox

### License

[](#license)

This package is available under the [MIT](https://opensource.org/licenses/mit-license.php) license.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90e615a9308fbbbc1e4c35a57c1661f62c6c56371a4543844785749032a85b4a?d=identicon)[lathanhvien](/maintainers/lathanhvien)

---

Top Contributors

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

---

Tags

laravelcurrencyinputnova

### Embed Badge

![Health badge](/badges/lathanhvien-nova-text-currency/health.svg)

```
[![Health](https://phpackages.com/badges/lathanhvien-nova-text-currency/health.svg)](https://phpackages.com/packages/lathanhvien-nova-text-currency)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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