PHPackages                             imokhles/signature-field-for-backpack - 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. [Admin Panels](/categories/admin)
4. /
5. imokhles/signature-field-for-backpack

ActiveLibrary[Admin Panels](/categories/admin)

imokhles/signature-field-for-backpack
=====================================

Easily add signature field to backpack admin panel.

1.0.1(5y ago)262.0k7[2 issues](https://github.com/iMokhles/signature-field-for-backpack/issues)[3 PRs](https://github.com/iMokhles/signature-field-for-backpack/pulls)MITBlade

Since Jul 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/iMokhles/signature-field-for-backpack)[ Packagist](https://packagist.org/packages/imokhles/signature-field-for-backpack)[ Docs](https://github.com/imokhles/signature-field-for-backpack)[ RSS](/packages/imokhles-signature-field-for-backpack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Signature Field for Backpack 4
==============================

[](#signature-field-for-backpack-4)

[![Latest Version on Packagist](https://camo.githubusercontent.com/62df1db507c7fbd03c46bee0fe7161511cec07acb1a26c69a0fd7061b5493213/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d6f6b686c65732f7369676e61747572652d6669656c642d666f722d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imokhles/signature-field-for-backpack)[![Total Downloads](https://camo.githubusercontent.com/3fc41fafcda9ee8628e25d89108f1d920ec7548ba10e09fe0a77174426e1e353/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d6f6b686c65732f7369676e61747572652d6669656c642d666f722d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imokhles/signature-field-for-backpack)

This package provides a `signature` field type for the [Backpack for Laravel](https://backpackforlaravel.com/) administration panel. The `signature` field allows admins to **let customers sign documents, in a prettier way**. It uses [Signature Pad Library](https://github.com/szimek/signature_pad).

Screenshot
----------

[](#screenshot)

[![https://user-images.githubusercontent.com/1032474/86575263-a77d9b00-bf7f-11ea-8116-536f9c81ec53.gif](https://user-images.githubusercontent.com/1032474/86575263-a77d9b00-bf7f-11ea-8116-536f9c81ec53.gif)](https://user-images.githubusercontent.com/1032474/86575263-a77d9b00-bf7f-11ea-8116-536f9c81ec53.gif)

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

[](#installation)

Via Composer

```
composer require imokhles/signature-field-for-backpack
```

Usage
-----

[](#usage)

Inside your custom CrudController:

```
$this->crud->addField([
    'name' => 'signature',
    'label' => 'Please sign here',
    'type' => 'signature',
    'view_namespace' => 'signature-field-for-backpack::fields',
]);
```

Notice the `view_namespace` attribute - make sure that is exactly as above, to tell Backpack to load the field from this *addon package*, instead of assuming it's inside the *Backpack\\CRUD package*.

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email [the author](composer.json) instead of using the issue tracker.

Credits
-------

[](#credits)

- [iMokhles](https://github.com/imokhles) - created the signature field;
- [Cristian Tabacitu](https://github.com/tabacitu) - Backpack for Laravel;
- [Szymon Nowak](https://github.com/szimek) - Signature Pad;
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~17 days

Total

2

Last Release

2121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57b8493865caa43e232d5ed05770d2b848e13ee9c39aec0de3f7ebd12dab2882?d=identicon)[iMokhles](/maintainers/iMokhles)

---

Top Contributors

[![iMokhles](https://avatars.githubusercontent.com/u/1247248?v=4)](https://github.com/iMokhles "iMokhles (4 commits)")[![tabacitu](https://avatars.githubusercontent.com/u/1032474?v=4)](https://github.com/tabacitu "tabacitu (2 commits)")

---

Tags

laravelsignatureaddonadmin-panelbackpackBackpack for Laravel

### Embed Badge

![Health badge](/badges/imokhles-signature-field-for-backpack/health.svg)

```
[![Health](https://phpackages.com/badges/imokhles-signature-field-for-backpack/health.svg)](https://phpackages.com/packages/imokhles-signature-field-for-backpack)
```

###  Alternatives

[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[izica/relations-widgets-for-backpack

Widgets for preview model relations in laravel backpack

2927.3k](/packages/izica-relations-widgets-for-backpack)[digitallyhappy/toggle-field-for-backpack

Easily toggle boolean attributes with a new field type.

2138.4k](/packages/digitallyhappy-toggle-field-for-backpack)[backpack/revise-operation

Backpack interface for venturecraft/revisionable

43279.9k1](/packages/backpack-revise-operation)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

371522.6k6](/packages/backpack-pagemanager)[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)

PHPackages © 2026

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