PHPackages                             optimistdigital/nova-currency-vat-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. optimistdigital/nova-currency-vat-field

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

optimistdigital/nova-currency-vat-field
=======================================

A Laravel Nova Currency field extension with VAT toggle.

2.0.1(3y ago)33.2k1MITVuePHP &gt;=8.0

Since Dec 18Pushed 3y ago2 watchersCompare

[ Source](https://github.com/outl1ne/nova-currency-vat-field)[ Packagist](https://packagist.org/packages/optimistdigital/nova-currency-vat-field)[ RSS](/packages/optimistdigital-nova-currency-vat-field/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Nova Currency VAT Field
=======================

[](#nova-currency-vat-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c8c1c83814cc68d522bcbbeb8038383a063972ac66c52f821b4a2c0cf4ee0e91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f75746c316e652f6e6f76612d63757272656e63792d7661742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-currency-vat-field)[![Total Downloads](https://camo.githubusercontent.com/ee252b16a5b273a929cd62ff1ad5b1c70cf89e46b2a21a3ded7d993442957c06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f75746c316e652f6e6f76612d63757272656e63792d7661742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-currency-vat-field)

This [Laravel Nova](https://nova.laravel.com/) package allows you to create and manage menus and menu items.

Requirements
------------

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.13`

Features
--------

[](#features)

An extension of Nova's default Currency field that provides a checkbox for toggling between VAT and non-VAT prices on the Form view.

Renders the default Currency field on Index and Detail views.

Screenshots
-----------

[](#screenshots)

[![Form page](./docs/form.png)](./docs/form.png)

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

[](#installation)

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

```
composer require outl1ne/nova-currency-vat-field
```

Usage
-----

[](#usage)

```
use Outl1ne\NovaCurrencyVatField\CurrencyVAT;

public function fields(Request $request) {
    CurrencyVAT::make('Price', 'price')
      ->VAT(20), // Required, otherwise VAT checkbox isn't rendered
      ->storedWithVAT(), // By default with VAT
      ->storedWithoutVAT()
}
```

Credits
-------

[](#credits)

- [Tarvo Reinpalu](https://github.com/tarpsvo)

License
-------

[](#license)

Nova Currency VAT Field is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~102 days

Recently: every ~149 days

Total

7

Last Release

1357d ago

Major Versions

1.1.3 → 2.0.02022-08-17

PHP version history (2 changes)1.0.0PHP &gt;=7.2.0

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1c2970763f51ca6ffcc1f1b6971a472b6b36a74d5eeb5446fb9d1caab44d016?d=identicon)[Tarpsvo](/maintainers/Tarpsvo)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (33 commits)")[![dvdmarchetti](https://avatars.githubusercontent.com/u/1494034?v=4)](https://github.com/dvdmarchetti "dvdmarchetti (1 commits)")

---

Tags

laravelcurrencyfieldvatnovaprice

### Embed Badge

![Health badge](/badges/optimistdigital-nova-currency-vat-field/health.svg)

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74356.3k](/packages/outl1ne-nova-simple-repeatable)[optimistdigital/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74151.2k](/packages/optimistdigital-nova-simple-repeatable)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)[outl1ne/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52127.3k](/packages/outl1ne-nova-notes-field)

PHPackages © 2026

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