2017 © Pedro Peláez
 

yii2-extension yii2-signature-font

Renders an image using php GD

image

jberall/yii2-signature-font

Renders an image using php GD

  • Thursday, March 9, 2017
  • by jberall
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Signature Font

Displays images using php gd, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"jberall/yii2-signature-font": "dev-master"

to the require section of your composer.json file., (*5)

composer update jberall/yii2-signature-font will only update this file., (*6)

Usage

To use the SignatureFontController in your config file add 'controllerMap' => [ 'signfont' => 'jberall\signaturedraw\SignatureFontController',, (*7)

],

to add an signature Font, (*8)

use yii\helpers\Url;, (*9)

, (*10)

$message default 'Signature Font Message' $font default = 'learning_curve_regular_ot_tt.ttf' $image_width default 500 $image_height default 30 $font_folder = 'c:\fonts\' path to your font. if windows make sure you have \, (*11)

The Versions

09/03 2017

dev-master

9999999-dev

Renders an image using php GD

  Sources   Download

MIT

The Requires

 

by Jonathan Berall

extension yii2 font signature