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

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

vortechstudio/signature-pad
===========================

Signature Pad for FilamentPHP

1.0.0(9mo ago)01MITPHPPHP ^8.3

Since Jul 17Pushed 9mo agoCompare

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

READMEChangelog (1)Dependencies (16)Versions (2)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

31

—

LowBetter than 68% of packages

Maintenance55

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2837bbbc36d8550567dadcfe1eaf3170ba56aa68debfb65082043799d55c5eee?d=identicon)[vortechstudio](/maintainers/vortechstudio)

---

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] (11 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] (9 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)")[![vortechstudio](https://avatars.githubusercontent.com/u/155325740?v=4)](https://github.com/vortechstudio "vortechstudio (1 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/vortechstudio-signature-pad/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M626](/packages/spatie-laravel-data)[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)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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