PHPackages                             marknotton/template-maker - 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. [Templating &amp; Views](/categories/templating)
4. /
5. marknotton/template-maker

ActiveCraft-module[Templating &amp; Views](/categories/templating)

marknotton/template-maker
=========================

Craft CMS 3 template-maker module

143PHP

Since Dec 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/marknotton/craft-module-template-maker)[ Packagist](https://packagist.org/packages/marknotton/template-maker)[ RSS](/packages/marknotton-template-maker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Template Maker module for Craft CMS 3
=====================================

[](#template-maker-module-for-craft-cms-3)

Requirements
------------

[](#requirements)

This module requires Craft 3

Installation
------------

[](#installation)

To install the module, follow these instructions.

You will need to add the following content to your `config/app.php` file. This ensures that your module will get loaded for each request. You can remove components if you don't require the full set of features this module offers.

```
return [
  'modules' => [
    'template-maker' => [
      'class' => \modules\template-maker\Helpers::class,
      'components' => [
        'service' => [ 'class' => 'modules\template-maker\services\Services' ]
      ],
    ]
  ],
  'bootstrap' => ['template-maker'],
];

```

You'll also need to make sure that you incorporate the following to your project's `composer.json` file:

```
"require": {
  "oomphinc/composer-installers-extender": "^1.1",
  "marknotton/template-maker": "dev-master"
},
"autoload": {
  "psr-4": {
    "modules\\": "modules/",
    "modules\\template-maker\\": "modules/template-maker/module/"
  }
},
"extra": {
  "installer-types": ["craft-module"],
  "installer-paths": {
    "modules/{$name}": ["type:craft-module"]
  }
},

```

[Composer Installers Extender](https://github.com/oomphinc/composer-installers-extender) is what allows you to create your own [Package Type](https://github.com/composer/installers). The `craft-module` package type I'm using is not native to Craft, and there-for not supported by [Composer Installers](https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md). Package types allow you to define `extra` settings that tell Composer to put this module into the `modules` directory. It's the only way you can reliably manage this module within your project.

After you have added this, you may need to run `composer dump-autoload` from the project’s root directory to rebuild the Composer autoload map. This will happen automatically any time you do a `composer install` or `composer update` as well.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd5781885228b82774405eb88c56731501bd53b3886a023018f8d2d867571fca?d=identicon)[marknotton](/maintainers/marknotton)

---

Top Contributors

[![marknotton](https://avatars.githubusercontent.com/u/4622921?v=4)](https://github.com/marknotton "marknotton (1 commits)")

### Embed Badge

![Health badge](/badges/marknotton-template-maker/health.svg)

```
[![Health](https://phpackages.com/badges/marknotton-template-maker/health.svg)](https://phpackages.com/packages/marknotton-template-maker)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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