PHPackages                             skuzalabs/filament-signature-pad - 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. skuzalabs/filament-signature-pad

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

skuzalabs/filament-signature-pad
================================

Signature Pad Field for Filamentphp Forms

v1.0.4(3y ago)017MITPHPPHP ^8.0

Since Mar 10Pushed 3y agoCompare

[ Source](https://github.com/skuzalabs/filament-signature-pad)[ Packagist](https://packagist.org/packages/skuzalabs/filament-signature-pad)[ Docs](https://github.com/skuzalabs/filament-signature-pad)[ GitHub Sponsors](https://github.com/savannabits)[ RSS](/packages/skuzalabs-filament-signature-pad/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (16)Versions (6)Used By (0)

Signature Pad Field for Filamentphp Forms
=========================================

[](#signature-pad-field-for-filamentphp-forms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/45a6d5b4023946e130c5636ef9d0f6db1c6ade6909d9d1bd050827dbb8e1bfa4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b757a616c6162732f66696c616d656e742d7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skuzalabs/filament-signature-pad)[![GitHub Tests Action Status](https://camo.githubusercontent.com/73bb15302b9167cf6e5c6b8c72376d9a81d1a01346d0f9bce280f8e4bcc86b1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736b757a616c6162732f66696c616d656e742d7369676e61747572652d7061642f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/skuzalabs/filament-signature-pad/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f0a0f1bc253a422dc47d28b0ae56522447eb1bf632a29c80d3d088bebf51c829/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736b757a616c6162732f66696c616d656e742d7369676e61747572652d7061642f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/skuzalabs/filament-signature-pad/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/500b75c877c11621b9a7b03a32e8f39fbef0686ec81ff7b1a1031533a9c971d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736b757a616c6162732f66696c616d656e742d7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/skuzalabs/filament-signature-pad)

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

A Signature Pad Field for the FilamentPHP Form Builder using [szimek/signature\_pad](https://github.com/szimek/signature_pad)

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

[](#installation)

You can install the package via composer:

```
composer require skuzalabs/filament-signature-pad
```

Usage
-----

[](#usage)

You can now use the SignaturePad field in your form builder.

```
    use Skuzalabs\SignaturePad\Forms\Components\Fields\SignaturePad;
    public static function form(Form $form): Form
    {
        return $form
            ->schema([
                // ... Other fields
                SignaturePad::make('signature'), // Chain your field modifiers here
                // Other fields
            ]);
    }
```

You can also set the Signature Pad Options as shown below. [See SignaturePad Options Docs](https://github.com/szimek/signature_pad#options) for more details.

```
    use Skuzalabs\SignaturePad\Forms\Components\Fields\SignaturePad;
    public static function form(Form $form): Form
    {
        return $form
            ->schema([
                // ... Other fields
                SignaturePad::make('signature')
                    ->strokeMinWidth(1.0)
                    ->strokeMaxWidth(2.5)
                    ->strokeDotSize(2.0)
                    ->penColor('rgb(0,0,255)') // Blue
                    ->backgroundColor('rgba(0,0,0,0)'), // Black Transparent
                // Other fields
            ]);
    }
```

[![img_1.png](img_1.png)](img_1.png)

Upon Saving, the signature image is saved to the database as a png data url. Plans are underway to also support uploading the signature to the server as an image blob file.

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Sam Maosa](https://github.com/savannabits)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.9% 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 ~0 days

Total

5

Last Release

1159d ago

### Community

Maintainers

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

---

Top Contributors

[![coolsam726](https://avatars.githubusercontent.com/u/5610289?v=4)](https://github.com/coolsam726 "coolsam726 (22 commits)")[![skuzalabs](https://avatars.githubusercontent.com/u/118054482?v=4)](https://github.com/skuzalabs "skuzalabs (6 commits)")[![alexbirtwell](https://avatars.githubusercontent.com/u/31503842?v=4)](https://github.com/alexbirtwell "alexbirtwell (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![noahwilderom](https://avatars.githubusercontent.com/u/124156910?v=4)](https://github.com/noahwilderom "noahwilderom (1 commits)")

---

Tags

laravelfilament-signature-padskuzalabs

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/skuzalabs-filament-signature-pad/health.svg)

```
[![Health](https://phpackages.com/badges/skuzalabs-filament-signature-pad/health.svg)](https://phpackages.com/packages/skuzalabs-filament-signature-pad)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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