PHPackages                             haythembenkhlifa/marks-slider - 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. haythembenkhlifa/marks-slider

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

haythembenkhlifa/marks-slider
=============================

A Laravel Nova field.

v1.0.3(3y ago)072MITVuePHP ^7.3|^8.0

Since Nov 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/haythembenkhlifa/MarksSlider)[ Packagist](https://packagist.org/packages/haythembenkhlifa/marks-slider)[ RSS](/packages/haythembenkhlifa-marks-slider/feed)WikiDiscussions main Synced 1mo ago

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

MarksSlider
===========

[](#marksslider)

### Installation

[](#installation)

composer require haythem/marks-slider

Usage
-----

[](#usage)

```
        // NOVA RESOURCE
        use Haythembenkhlifa\MarksSlider\MarksSlider;

        public function fields(Request $request)
        {

              return [
                        MarksSlider::make("Marks Slider", "custom_field")
                            ->setValues(['Not Likely' => 0, 'Maybe' => 2, 'Very likely' => 4])
                            ->setStep(2)
                            ->initialValue(4) //this will set the default value if there is nothing on the database.
                            ->showLabels(true),
              ];
        }
```

Screenshot
----------

[](#screenshot)

[![](img/Screenshot_1.png)](img/Screenshot_1.png)

[![](img/Screenshot_2.png)](img/Screenshot_2.png)

[![](img/Screenshot_3.png)](img/Screenshot_3.png)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Every ~8 days

Total

4

Last Release

1253d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39649249?v=4)[Haythem Ben Khlifa](/maintainers/haythembenkhlifa)[@haythembenkhlifa](https://github.com/haythembenkhlifa)

---

Top Contributors

[![haythembenkhlifa](https://avatars.githubusercontent.com/u/39649249?v=4)](https://github.com/haythembenkhlifa "haythembenkhlifa (6 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/haythembenkhlifa-marks-slider/health.svg)

```
[![Health](https://phpackages.com/badges/haythembenkhlifa-marks-slider/health.svg)](https://phpackages.com/packages/haythembenkhlifa-marks-slider)
```

###  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)
