PHPackages                             interactive-solutions/zf-email-template-api - 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. interactive-solutions/zf-email-template-api

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

interactive-solutions/zf-email-template-api
===========================================

A rest api for handling email templates

1.1.0(8y ago)0796MITPHPPHP &gt;=7.0

Since Aug 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/interactive-solutions/zf-email-template-api)[ Packagist](https://packagist.org/packages/interactive-solutions/zf-email-template-api)[ RSS](/packages/interactive-solutions-zf-email-template-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (7)Used By (0)

Email template api
==================

[](#email-template-api)

This project provides a rest api for `Roave\EmailTemplates` so that you can implement it in what ever backoffice your site is currently using.

Installation
============

[](#installation)

Installation is supported via composer

`composer require interactive-solutions/zf-email-template-api`

Configuration
=============

[](#configuration)

This package relies on `Zf-Common\Zfc-Rbac` to handle authorization of who can access the api, so to configure this project you need to update your ZfcRbac configuration with the permissions found in [here](https://github.com/interactive-solutions/zf-email-template-api/blob/master/src/TemplatePermissions.php)

```
namespace InteractiveSolutions\EmailTemplateApi;

final class TemplatePermissions
{
    const LIST   = 'interactive-solutions:email-template:list';
    const VIEW   = 'interactive-solutions:email-template:view';
    const UPDATE = 'interactive-solutions:email-template:update';
}
```

Endpoints
=========

[](#endpoints)

Collection: `/interactive-solutions/email-templates`

Resource: `/interactive-solutions/email-templates/:uuid`

### Api body

[](#api-body)

```
{
    "id": "",
    "uuid": "6886a31a-8b7f-4e43-b90a-a9897ba2e845",
    "locale": "en-US",
    "description": null,
    "updateParameters": false,
    "subject": "Subject has not yet been set",
    "htmlBody": "This is the default message for the template with id: widerlov:evaluation:assigned,locale: en-US",
    "textBody": "This is the default message for the template with id: widerlov:evaluation:assigned,locale: en-US",
    "createdAt": "2016-07-30T15:00:13+0200",
    "updatedAt": "2016-07-30T15:00:13+0200",
    "parametersUpdatedAt": null
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~164 days

Total

4

Last Release

3127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/825f7193bec88275f660c65faab1790ed620948f5dd7a6c96515d1f12609127d?d=identicon)[mac\_nibblet](/maintainers/mac_nibblet)

---

Top Contributors

[![awartoft](https://avatars.githubusercontent.com/u/1127626?v=4)](https://github.com/awartoft "awartoft (7 commits)")[![Hotas2k](https://avatars.githubusercontent.com/u/1724484?v=4)](https://github.com/Hotas2k "Hotas2k (1 commits)")[![noggan](https://avatars.githubusercontent.com/u/7058221?v=4)](https://github.com/noggan "noggan (1 commits)")

### Embed Badge

![Health badge](/badges/interactive-solutions-zf-email-template-api/health.svg)

```
[![Health](https://phpackages.com/badges/interactive-solutions-zf-email-template-api/health.svg)](https://phpackages.com/packages/interactive-solutions-zf-email-template-api)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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