PHPackages                             j-jalving/statamic-autograph - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. j-jalving/statamic-autograph

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

j-jalving/statamic-autograph
============================

E-mail signature &lt;HTML&gt; code generator for Statamic

1.5.1(1y ago)040proprietaryPHP

Since Aug 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/j-jalving/statamic-autograph)[ Packagist](https://packagist.org/packages/j-jalving/statamic-autograph)[ RSS](/packages/j-jalving-statamic-autograph/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Statamic Autograph
==================

[](#statamic-autograph)

[![alt text](https://github.com/j-jalving/statamic-autograph/raw/main/product.png?raw=true)](https://github.com/j-jalving/statamic-autograph/blob/main/product.png?raw=true)

> Statamic Autograph is a Statamic addon that makes it easy to create HTML signatures for every member of your team. Create your own unique templates, then use Autograph to generate personalized HTML code that is ready to use in their favourite e-mail client.

Features
--------

[](#features)

With this addon, you can:

- Create e-mail signature templates using Antlers or Blade files.
- Generate HTML code that is ready to use in your teams favorite e-mail client.
- Preview what the e-mail signature will look like for each team member.
- Get user data from control panel accounts or any other collection.
- Fully customizable design with support for multiple template files.

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require j-jalving/statamic-autograph
```

How to Use
----------

[](#how-to-use)

Using Statamic Autograph is really simple:

1. Make sure at least one template file is present in the templates folder (default: `resources/views/autograph`). A simple default template can be published as a starting point (see instructions below).
2. Open the Autograph page, select a user and click the Generate button.
3. An HTML code block will appear, copy this code to your prefered e-mail client.

> Note: I don't have instructions how to do this for each client, but a quick Google search should do the trick.

Create a template
-----------------

[](#create-a-template)

By default, the addon looks for `.antlers.html` or `.blade.php` template files in the `resources/views/autograph` folder (though this path can be changed in the config). You can do everything in your template that you can do in any other Antlers view, but on top of that an `autograph` variable is avaiable containing all data for the selected user.

#### Important!

[](#important)

To make sure your images and links work everywhere, make sure you use the included `full_url` modifier on all relative url's like this:

```

```

This converts them to absolute url's that will work everywhere.

Configuration
-------------

[](#configuration)

A config file can be published (see below) for you to specify your own personal preferences. All options are are explained in the config file.

Publishables
------------

[](#publishables)

You can publish all of the publishables with:

```
php artisan vendor:publish --provider="JJalving\Autograph\ServiceProvider"
```

Or publish them individually by using tags:

```
php artisan vendor:publish --provider="JJalving\Autograph\ServiceProvider" --tag="config"
php artisan vendor:publish --provider="JJalving\Autograph\ServiceProvider" --tag="templates"
```

Interface
---------

[](#interface)

The interface is made as simple as possible for your users. Simply select a user and template, then submit. A preview and the HTML code will be displayed, ready to copy.

[![alt text](https://github.com/j-jalving/statamic-autograph/raw/main/screenshot.png?raw=true)](https://github.com/j-jalving/statamic-autograph/blob/main/screenshot.png?raw=true)

Troubleshooting
---------------

[](#troubleshooting)

#### • The user dropdown is empty

[](#-the-user-dropdown-is-empty)

Make sure the `user_collection` config value is correct.

#### • The templates dropdown is empty

[](#-the-templates-dropdown-is-empty)

Check the path to the templates folder in your config (default: `resources/views/autograph`) and make sure it has at least one `.antlers.html` or `.blade.php` template file in it.

#### • My images don't load

[](#-my-images-dont-load)

Do your images work in the preview window, but they wont't load your my email client? Make sure you use the `full_url` modifier on your image url's.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~37 days

Recently: every ~61 days

Total

8

Last Release

717d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe51dcfebe1bf057cf66f30c3583c25e1630e65fd4984993f36b64e0732332fb?d=identicon)[j-jalving](/maintainers/j-jalving)

---

Top Contributors

[![j-jalving](https://avatars.githubusercontent.com/u/60800079?v=4)](https://github.com/j-jalving "j-jalving (31 commits)")

---

Tags

emailstatamic-addonsignatureemailhtmlstatamic

### Embed Badge

![Health badge](/badges/j-jalving-statamic-autograph/health.svg)

```
[![Health](https://phpackages.com/badges/j-jalving-statamic-autograph/health.svg)](https://phpackages.com/packages/j-jalving-statamic-autograph)
```

###  Alternatives

[soundasleep/html2text

A PHP script to convert HTML into a plain text format

48419.5M73](/packages/soundasleep-html2text)[snowfire/beautymail

Send beautiful html emails with Laravel

1.3k733.1k2](/packages/snowfire-beautymail)[voku/html2text

Only a Fork of -&gt; html2text: Converts HTML to formatted plain text

39335.8k2](/packages/voku-html2text)[osiemsiedem/laravel-autolink

A Laravel package for converting URLs in a given string of text into clickable links.

13126.3k](/packages/osiemsiedem-laravel-autolink)

PHPackages © 2026

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