esign / craft-dynamate-signature
Display a Dynamate-branded signature
Installs: 589
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Twig
Type:craft-plugin
pkg:composer/esign/craft-dynamate-signature
Requires
- php: ^8.0
- craftcms/cms: ^5.0
Requires (Dev)
- codeception/codeception: ^5.1
- codeception/module-asserts: ^3.0
- codeception/module-yii2: ^1.1
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- friendsofphp/php-cs-fixer: ^3.5
- phpstan/phpstan: ^1.10.56
- vlucas/phpdotenv: ^5.5
This package is auto-updated.
Last update: 2025-10-14 17:39:44 UTC
README
This package allows you to display a Dynamate-branded signature in your Craft CMS application.
Installation
You can install the package via composer:
composer require esign/craft-dynamate-signature
php craft plugin/install _dynamate-signature
Usage
To display the Dynamate contact information in your head, please use following variant:
{% include '_dynamate-signature/head.twig' %}
To display the Dynamate-branded signature, you may use any of the following variants:
{% include '_dynamate-signature/default.twig' %}
{% include '_dynamate-signature/default.twig' with {
theme: 'light',
animated: true,
positionRight: '4rem',
positionAbsolute: true,
colorOverride: null,
} %}
{% include '_dynamate-signature/powered-by.twig' %}
{% include '_dynamate-signature/powered-by.twig' with {
theme: 'light',
colorOverride: null,
} %}
You can override the default signature template by creating your own template at:
templates/_dynamate-signature/default.twig
This will take precedence over the plugin's default template.
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.