PHPackages                             3neti/form-handler-signature - 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. 3neti/form-handler-signature

ActiveLibrary

3neti/form-handler-signature
============================

Signature capture handler for form flow system

v1.1.1(4mo ago)01.1kMITPHPPHP ^8.2

Since Dec 24Pushed 4mo agoCompare

[ Source](https://github.com/3neti/form-handler-signature)[ Packagist](https://packagist.org/packages/3neti/form-handler-signature)[ RSS](/packages/3neti-form-handler-signature/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Signature Handler Plugin
========================

[](#signature-handler-plugin)

A Form Flow Manager plugin for capturing signatures using HTML5 canvas drawing.

Features
--------

[](#features)

✅ Canvas-based signature drawing (mouse/touch support)
✅ Base64 image encoding
✅ Configurable canvas dimensions &amp; quality
✅ Customizable stroke properties (width, color, cap, join)
✅ High-DPI display support (device pixel ratio scaling)
✅ Auto-registration with Form Flow Manager

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

[](#installation)

```
composer require 3neti/form-handler-signature
```

Usage
-----

[](#usage)

```
{
    handler: 'signature',
    config: {
        title: 'Sign Here',
        description: 'Please provide your signature',
        width: 600,
        height: 256,
        quality: 0.85,
        format: 'image/png',
        line_width: 2,
        line_color: '#000000',
        line_cap: 'round',
        line_join: 'round'
    }
}
```

Configuration Options
---------------------

[](#configuration-options)

OptionTypeDefaultDescription`width`int600Canvas width in pixels`height`int256Canvas height in pixels`quality`float0.85Image compression quality (0-1)`format`string'image/png'Output format (png/jpeg/webp)`line_width`int2Stroke width in pixels`line_color`string'#000000'Stroke color (hex)`line_cap`string'round'Line ending style (butt/round/square)`line_join`string'round'Line join style (bevel/round/miter)Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12+
- Browser with HTML5 canvas support

Testing
-------

[](#testing)

```
cd packages/form-handler-signature
composer install
vendor/bin/pest
```

License
-------

[](#license)

MIT

Author
------

[](#author)

3neti

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance76

Regular maintenance activity

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~15 days

Total

2

Last Release

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/586e1ed70140038e6348728222adbcf68bfc4455b1f94a4f8bcbe57917a63d57?d=identicon)[3neti](/maintainers/3neti)

---

Top Contributors

[![3neti](https://avatars.githubusercontent.com/u/89447696?v=4)](https://github.com/3neti "3neti (3 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/3neti-form-handler-signature/health.svg)

```
[![Health](https://phpackages.com/badges/3neti-form-handler-signature/health.svg)](https://phpackages.com/packages/3neti-form-handler-signature)
```

###  Alternatives

[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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