PHPackages                             icetalker/filament-stepper - 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. icetalker/filament-stepper

ActiveLibrary

icetalker/filament-stepper
==========================

Filament Form Component for Number Input Field

v2.0.0(9mo ago)1330.6k↓37.5%4[4 PRs](https://github.com/icetalker/filament-stepper/pulls)MITPHPPHP ^8.2CI passing

Since Aug 25Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/icetalker/filament-stepper)[ Packagist](https://packagist.org/packages/icetalker/filament-stepper)[ Docs](https://github.com/icetalker/filament-stepper)[ GitHub Sponsors](https://github.com/icetalker)[ RSS](/packages/icetalker-filament-stepper/feed)WikiDiscussions v2.x Synced 1mo ago

READMEChangelog (6)Dependencies (9)Versions (10)Used By (0)

Filament Form Component for Number Input Field
==============================================

[](#filament-form-component-for-number-input-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/53b99eaf1a15a2be3ca21c48bff700a062d7eff1be303f721a1dc38842fe7d04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636574616c6b65722f66696c616d656e742d737465707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-stepper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ffdb3e56764e5494db76c111fc7311d9e6bc954210233adab4f1dfb92e909c5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d737465707065722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/icetalker/filament-stepper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4f2e7954aaf7fe59570d251a49f6e11a1a92acbe40cc6e0a37e5aaa8e3f84fb4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d737465707065722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/icetalker/filament-stepper/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/edefe1031a485ace6c0a2b774cb0715a1f782ceb914adbefd0daec52573fe0e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636574616c6b65722f66696c616d656e742d737465707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-stepper)

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

[](#installation)

You can install the package via composer:

```
composer require icetalker/filament-stepper
```

Usage
-----

[](#usage)

```
use Icetalker\FilamentStepper\Forms\Components\Stepper;

protected function getFormSchema(): array
{
    return [
        ...
        Stepper::make('quantity')
            ->minValue(1)
            ->maxValue(20)
            ->default(5);
        ...

    ];
}
```

### Available Methods

[](#available-methods)

MethodDescriptionUsagestepSet interval for number input field`Stepper::make('price')->step(0.01)`defaultDefine a default value`Stepper::make('quantity')->default(1000)`maxValueDefine the max value that allow the user to input`Stepper::make('quantity')->maxValue(10)`minValueDefine the min value that allow the user to input`Stepper::make('quantity')->minValue(2)`placeHolderDefine a placeholder value for when it has no value`Stepper::make('stock')->maxValue('Please input stock number')`disableManualInputDetermine if the user could input the number manually`Stepper::make('quantity')->disableManualInput()`
 This sample will disable manual input, even so, user can still change the value through buttons....Other methods from filament forms fieldChangelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [icetalker](https://github.com/icetalker)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance68

Regular maintenance activity

Popularity36

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~181 days

Recently: every ~172 days

Total

7

Last Release

272d ago

Major Versions

v1.x-dev → v2.0.02025-08-19

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![icetalker](https://avatars.githubusercontent.com/u/106749492?v=4)](https://github.com/icetalker "icetalker (1 commits)")[![tubring](https://avatars.githubusercontent.com/u/46536059?v=4)](https://github.com/tubring "tubring (1 commits)")

---

Tags

laravelicetalkerfilament-stepper

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/icetalker-filament-stepper/health.svg)

```
[![Health](https://phpackages.com/badges/icetalker-filament-stepper/health.svg)](https://phpackages.com/packages/icetalker-filament-stepper)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)

PHPackages © 2026

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