PHPackages                             marknotton/helpers - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marknotton/helpers

ActiveCraft-module[Utility &amp; Helpers](/categories/utility)

marknotton/helpers
==================

Craft CMS 3 helpers module

1.0.7(7y ago)11.9k↓83.3%[1 issues](https://github.com/marknotton/craft-module-helpers/issues)MITJavaScript

Since Apr 13Pushed 7y ago1 watchersCompare

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

READMEChangelog (7)DependenciesVersions (11)Used By (0)

Helpers module for Craft CMS 3
==============================

[](#helpers-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' => [
    'helpers' => [
      'class' => \modules\helpers\Helpers::class,
      'components' => [
        'service' => [ 'class' => 'modules\helpers\services\Services' ],
        'query'   => [ 'class' => 'modules\helpers\services\Queries'  ],
        'request' => [ 'class' => 'modules\helpers\services\Requests' ]
      ],
    ]
  ],
  'bootstrap' => ['helpers'],
];

```

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/helpers": "dev-master"
},
"autoload": {
  "psr-4": {
    "modules\\": "modules/",
    "modules\\helpers\\": "modules/helpers/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

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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 ~43 days

Recently: every ~30 days

Total

8

Last Release

2652d ago

Major Versions

1.0.6 → v2.x-dev2019-01-27

### 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 (15 commits)")

---

Tags

cmsCraftcraftcmscraft-module

### Embed Badge

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

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

###  Alternatives

[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)[nystudio107/craft-webperf

Webperf helps you build &amp; maintain high quality websites through Real User Measurement of your website's performance

2540.9k1](/packages/nystudio107-craft-webperf)[superbig/craft3-mobiledetect

Use Mobile\_Detect for detecting mobile devices (including tablets)

1953.3k](/packages/superbig-craft3-mobiledetect)[billythekid/conditional-fields

Show or hide fields based on the value of other fields.

138.1k](/packages/billythekid-conditional-fields)[wbrowar/craft-grid

A field that lets you content manage CSS Grid in Craft CMS.

171.1k](/packages/wbrowar-craft-grid)

PHPackages © 2026

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