PHPackages                             marshmallow/simple-value-metric - 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. marshmallow/simple-value-metric

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

marshmallow/simple-value-metric
===============================

A Laravel Nova card.

v2.1.0(2y ago)011.3k↓43.8%[1 PRs](https://github.com/marshmallow-packages/simple-value-metric/pulls)MITPHPPHP ^7.3|^8.0CI passing

Since Sep 23Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/marshmallow-packages/simple-value-metric)[ Packagist](https://packagist.org/packages/marshmallow/simple-value-metric)[ RSS](/packages/marshmallow-simple-value-metric/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (14)Used By (0)

Nova Simple Value Metric
========================

[](#nova-simple-value-metric)

This is a package to create a simple metric card.

[![](https://raw.githubusercontent.com/marshmallow-packages/simple-value-metric/master/resources/screenshot/screenshot.png)](https://raw.githubusercontent.com/marshmallow-packages/simple-value-metric/master/resources/screenshot/screenshot.png)

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

[](#installation)

```
composer require marshmallow/simple-value-metric
```

Usage
-----

[](#usage)

You can add this metric by adding the code like below to your `cards` method.

```
// ...
protected function cards()
{
	(new SimpleValueMetric)
	    ->title('Scored quotations')
	    ->calculate(
	        function ($simple_value) {
	            return $simple_value->formattedValue(72)
	                                ->footer(
	                                    '99% of the quotations are orders!'
	                                );
	        }
	    )->help('72 of a total of 73 quotations are now orders :)'),
	// ...
}
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance53

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83% 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 ~124 days

Total

12

Last Release

938d ago

Major Versions

v1.1.0 → v2.0.02022-06-12

PHP version history (3 changes)v1.0.0PHP &gt;=7.1.0

v1.0.1PHP ^7.1|^8.0

v2.0.2PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (39 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/marshmallow-simple-value-metric/health.svg)

```
[![Health](https://phpackages.com/badges/marshmallow-simple-value-metric/health.svg)](https://phpackages.com/packages/marshmallow-simple-value-metric)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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