PHPackages                             jberall/yii2-signature-draw - 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. jberall/yii2-signature-draw

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jberall/yii2-signature-draw
===========================

Renders a Signature Pad using jSignature

21.9k6[3 issues](https://github.com/jberall/yii2-signature-draw/issues)[1 PRs](https://github.com/jberall/yii2-signature-draw/pulls)JavaScript

Since Mar 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/jberall/yii2-signature-draw)[ Packagist](https://packagist.org/packages/jberall/yii2-signature-draw)[ RSS](/packages/jberall-yii2-signature-draw/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

jSignature Draw
===============

[](#jsignature-draw)

Renders a Signature Pad using jSignature

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist jberall/yii2-signature-draw: "dev-master"

```

or add

```
"jberall/yii2-signature-draw": "dev-master"

```

to the require section of your `composer.json` file.

composer update jberall/yii2-signature-draw will only update this file.

Usage
-----

[](#usage)

The js files are from brinley.github.io See [demos here](http://brinley.github.io/jSignature/ "Signature Capture Demos").

Once the extension is installed, simply use it in your code by :

```
Create a jSignature Canvas.

You can use your own view file
