esign/laravel-dynamate-signature

Display a Dynamate-branded signature
5,899
Install
composer require esign/laravel-dynamate-signature
Latest Version:1.2.0
PHP:^7.4|^8.0
License:MIT
Last Updated:Mar 17, 2026
Links: GitHub  ·  Packagist
Maintainer: esign

Display a Dynamate-branded signature

Latest theme on Packagist Total Downloads GitHub Actions

This package allows you to display a Dynamate-branded signature in your Laravel application.

Installation

You can install the package via composer:

composer require esign/laravel-dynamate-signature

Usage

To display the Dynamate contact information in your head, please use following variant:

<x-dynamate-signature::head />

To display the Dynamate-branded signature, you may use any of the following variants:

<x-dynamate-signature::default />
<x-dynamate-signature::default theme="light" animated="{{ false }}" positionRight="10rem" positionAbsolute="{{ false }}" colorOverride="#ed1c24" />

<x-dynamate-signature::powered-by />
<x-dynamate-signature::powered-by theme="light" colorOverride="#ed1c24" />

In case you want to customize the view components you may publish the views:

php artisan vendor:publish --provider="Esign\DynamateSignature\DynamateSignatureServiceProvider" --tag="views"

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.

Related Packages

seffeng/laravel-signature

PHP laravel extension signature

2,092 0
seffeng/signature

PHP extension signature

1,991 0
hmacauth/laravel-hmac-auth

HMAC API authentication for Laravel with signature verification, replay attack p...

0 0
esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

201,651 69
delatbabel/apisecurity

API Security Helpers.

82,153 11