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

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

jessedev/signature-pad
======================

Signature Pad for FilamentPHP

v1.0.0(3w ago)01MITPHPPHP ^8.4|^8.5

Since May 19Pushed 3w agoCompare

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

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

Signature Pad for FilamentPHP
=============================

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

A Signature pad field for FilamentPHP based on [szimek/signature\_pad](https://github.com/szimek/signature_pad), originally derived from [savannabits/filament-signature-pad](https://github.com/savannabits/filament-signature-pad).

**Requirements:** PHP 8.4 or 8.5, Laravel 12 or 13, Filament 4 or 5.

For Filament 3.x, use [SignaturePad v2.x](https://github.com/savannabits/filament-signature-pad/tree/2.x#readme). For Filament 2.x, use [v1.x](https://github.com/savannabits/filament-signature-pad/tree/1.x#readme).

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

[](#installation)

You can install the package via composer:

```
composer require jessedev/signature-pad
```

Next, publish Filament's assets to ensure the plugin's assets are published to the public directory.

```
php artisan filament:assets
```

You may also publish the package's translations using:

```
php artisan vendor:publish --tag="signature-pad-translations"
```

You can publish the config file with:

```
php artisan vendor:publish --tag="signature-pad-config"
```

Usage
-----

[](#usage)

Use it in your Filament Forms as follows:

```
use Jessedev\SignaturePad\Forms\Components\Fields\SignaturePad;

SignaturePad::make('my_signature'),

// Other methods
SignaturePad::make('signature')
    ->backgroundColor('white') // Set the background color in case you want to download to jpeg
    ->penColor('blue') // Set the pen color
    ->strokeMinDistance(2.0) // set the minimum stroke distance (the default works fine)
    ->strokeMaxWidth(2.5) // set the max width of the pen stroke
    ->strokeMinWidth(1.0) // set the minimum width of the pen stroke
    ->strokeDotSize(2.0) // set the stroke dot size.
    ->hideDownloadButtons() // In case you don't want to show the download buttons on the pad, you can hide them by setting this option.
```

That's it! Enjoy composing beautiful signatures.

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/coolsam726)
- [Jessedev](https://github.com/jessedev1)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

21d ago

### Community

Maintainers

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

---

Top Contributors

[![coolsam726](https://avatars.githubusercontent.com/u/5610289?v=4)](https://github.com/coolsam726 "coolsam726 (27 commits)")[![smaosa](https://avatars.githubusercontent.com/u/275793777?v=4)](https://github.com/smaosa "smaosa (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![Mafiacrime](https://avatars.githubusercontent.com/u/9748654?v=4)](https://github.com/Mafiacrime "Mafiacrime (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![alexbirtwell](https://avatars.githubusercontent.com/u/31503842?v=4)](https://github.com/alexbirtwell "alexbirtwell (3 commits)")[![vincent-tarrit](https://avatars.githubusercontent.com/u/91567748?v=4)](https://github.com/vincent-tarrit "vincent-tarrit (2 commits)")[![mkwsra](https://avatars.githubusercontent.com/u/1743919?v=4)](https://github.com/mkwsra "mkwsra (1 commits)")[![nessimabadi](https://avatars.githubusercontent.com/u/11637110?v=4)](https://github.com/nessimabadi "nessimabadi (1 commits)")[![noahwilderom](https://avatars.githubusercontent.com/u/124156910?v=4)](https://github.com/noahwilderom "noahwilderom (1 commits)")[![Jessedev1](https://avatars.githubusercontent.com/u/60600868?v=4)](https://github.com/Jessedev1 "Jessedev1 (1 commits)")

---

Tags

laravelsignature-padjessedev

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

327482.0k25](/packages/codewithdennis-filament-select-tree)[spatie/laravel-data

Create unified resources and data transfer objects

1.8k33.0M871](/packages/spatie-laravel-data)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M41](/packages/spatie-laravel-pdf)[rawilk/filament-password-input

Enhanced password input component for filament.

52250.4k10](/packages/rawilk-filament-password-input)[nativephp/desktop

NativePHP for Desktop

37833.6k8](/packages/nativephp-desktop)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124581.3k](/packages/worksome-exchange)

PHPackages © 2026

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