PHPackages                             dekate/esigner - 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. dekate/esigner

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

dekate/esigner
==============

easy to implement electronic signature pad

1.0.0(11mo ago)00MITPHP

Since Jul 28Pushed 11mo agoCompare

[ Source](https://github.com/dekate/esigner)[ Packagist](https://packagist.org/packages/dekate/esigner)[ RSS](/packages/dekate-esigner/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

DK E-Signer
===========

[](#dk-e-signer)

DK E-Signer is a Laravel package that provides a simple and flexible way to integrate e-signatures into your application. It allows users to draw or type their signatures and stores them securely.

Features
--------

[](#features)

- **Signature Capture:** Supports drawing and typing signatures.
- **Signature Storage:** Stores signatures as data URLs or files.
- **Document Type Management:** Define different document types and associated signature fields.
- **Customizable:** Easily extendable to fit your application's needs.

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

[](#installation)

You can install the package via composer:

```
composer require dekate/esigner
```

Configuration
-------------

[](#configuration)

Publish the configuration file using the following command:

```
php artisan vendor:publish --provider="Dekate\\Esigner\\Providers\\CanvasSignerServiceProvider" --tag="dk_signer:config"
```

This will publish `config/dk_signer.php` where you can configure settings such as storage disk, encryption key, and route prefix.

Migrations
----------

[](#migrations)

Run the migrations to create the necessary tables for document types and signatures:

```
php artisan migrate
```

Publishing Assets
-----------------

[](#publishing-assets)

Publish the package's public assets (CSS and JavaScript files), run the following command:

```
php artisan vendor:publish --provider="Dekate\Esigner\Providers\CanvasSignerServiceProvider" --tag="dk_signer:public"
```

**Important:** The frontend components of this package (e.g., signature pads, styling) **will not function correctly** without these assets being published. Ensure this command is run after installation and during deployment.

This will copy the compiled `dk_signer.css` and `dk_signer.js` files to `public/vendor/dk_signer`.

Usage
-----

[](#usage)

### Routes

[](#routes)

The package registers the following routes:

- `/dk_signer` (configurable via `dk_signer.route_prefix` in `config/dk_signer.php`)
    - `GET /dk_signer`: Displays the signature pad for creating new signatures.
    - `POST /dk_signer`: Handles the submission of signatures.
    - `GET /dk_signer/type`: Displays the form for managing signature types.
    - `POST /dk_signer/type`: Handles the creation of new signature types.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance52

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

340d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37829208?v=4)[susutawar](/maintainers/susutawar)[@SusuTawar](https://github.com/SusuTawar)

---

Top Contributors

[![SusuTawar](https://avatars.githubusercontent.com/u/37829208?v=4)](https://github.com/SusuTawar "SusuTawar (1 commits)")

### Embed Badge

![Health badge](/badges/dekate-esigner/health.svg)

```
[![Health](https://phpackages.com/badges/dekate-esigner/health.svg)](https://phpackages.com/packages/dekate-esigner)
```

###  Alternatives

[mdwheele/swotphp

Identify email addresses or domains names that belong to colleges or universities.

6849.1k1](/packages/mdwheele-swotphp)

PHPackages © 2026

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