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

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

gprabesh/filament-signature-pad
===============================

Signature Pad Field for Filamentphp Forms

17PHP

Since Jul 29Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/f3225f422e49cc9bcaf0cdbaba2b14a2549dd3c465939c74e57b83926654fd92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savannabits/filament-signature-pad)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4bd610baad9984d302814df252999f04deea40fd79e1d6a34d61ae4ff4dfc43b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/savannabits/filament-signature-pad/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/74a24a8cee310d632d0afae76eba2843d63adb31790679d900b2d4fe8c9f4f7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/savannabits/filament-signature-pad/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d9cf9eff7b78643a2023553e7a11c6118bf007932949bf5b313dd12064c0a29d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/savannabits/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 savannabits/filament-signature-pad
```

Usage
-----

[](#usage)

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

```
    use Gprabesh\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 Gprabesh\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
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 53.7% 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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