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

ActiveLibrary

savannabits/filament-signature-pad
==================================

Signature Pad for FilamentPHP

v2.0.0(1y ago)7722.4k↓47.7%34[8 issues](https://github.com/savannabits/filament-signature-pad/issues)[6 PRs](https://github.com/savannabits/filament-signature-pad/pulls)MITPHPPHP ^8.3CI passing

Since Dec 30Pushed 4mo ago4 watchersCompare

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

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/d5cd98b06c0635a4ed6f5366ce2477be9adfa11c8a10cfbf64a8be9539fa7733/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6f6c73616d2f7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coolsam/signature-pad)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a897f09f648ef1f595222effab0c1b3bbdcfdc2490dcd1c315b5e12e70364f03/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/savannabits/filament-signature-pad/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2b790d5718b7f735e08c7ccf0e02ece5471df73d3b0b05b054a4a5c14f42b039/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736176616e6e61626974732f66696c616d656e742d7369676e61747572652d7061642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/coolsam/signature-pad/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a6602b08f6295bc5ac61ecf05668dae8eb6ec0ea7a86a3ad36e13d6544f4f91a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6f6c73616d2f7369676e61747572652d7061642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coolsam/signature-pad)

A Signature pad field for FilamentPHP based on [szimek/signature\_pad](https://github.com/szimek/signature_pad).

**NOTE: This documentation is for `^v2.0` which only supports FilamentPHP `^3.0`. If you are using `Filament 2.x`, you should use `SignaturePad v1.x`. [See the docs here](https://github.com/savannabits/filament-signature-pad/tree/1.x#readme)**

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

[](#installation)

You can install the package via composer:

```
composer require coolsam/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 Coolsam\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)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance57

Moderate activity, may be stable

Popularity43

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 51.2% 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 ~106 days

Total

7

Last Release

594d ago

Major Versions

1.x-dev → v2.0.0-beta.02023-08-11

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

v2.0.0-beta.0PHP ^8.1

v2.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5610289?v=4)[Sam Maosa](/maintainers/coolsam726)[@coolsam726](https://github.com/coolsam726)

---

Top Contributors

[![coolsam726](https://avatars.githubusercontent.com/u/5610289?v=4)](https://github.com/coolsam726 "coolsam726 (43 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)")

---

Tags

laravelcoolsamsignature-pad

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/savannabits-filament-signature-pad/health.svg)](https://phpackages.com/packages/savannabits-filament-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.

320392.1k17](/packages/codewithdennis-filament-select-tree)[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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[rawilk/filament-password-input

Enhanced password input component for filament.

52232.4k3](/packages/rawilk-filament-password-input)[coolsam/signature-pad

Signature Pad for FilamentPHP

7712.0k](/packages/coolsam-signature-pad)

PHPackages © 2026

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