PHPackages                             hawkca/components - 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. hawkca/components

ActiveCraft-module

hawkca/components
=================

020[19 PRs](https://github.com/HAWK-Marketing/Hawk-Components/pulls)PHP

Since Oct 9Pushed 3y agoCompare

[ Source](https://github.com/HAWK-Marketing/Hawk-Components)[ Packagist](https://packagist.org/packages/hawkca/components)[ RSS](/packages/hawkca-components/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (20)Used By (0)

Hawk Components module for Craft CMS 3.x
========================================

[](#hawk-components-module-for-craft-cms-3x)

A plugin that controls the components.

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

[](#requirements)

This module requires Craft CMS 3.0.0-RC1 or later.

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

[](#installation)

To install the module, follow these instructions.

First, you'll need to add the contents of the `app.php` file to your `config/app.php` (or just copy it there if it does not exist). This ensures that your module will get loaded for each request. The file might look something like this:

```
return [
    'modules' => [
        'hawk-components-module' => [
            'class' => \modules\hawkcomponentsmodule\HawkComponentsModule::class,
            'components' => [
                'import' => [
                    'class' => 'modules\hawkcomponentsmodule\services\Import',
                ],
            ],
        ],
    ],
    'bootstrap' => ['hawk-components-module'],
];

```

You'll also need to make sure that you add the following to your project's `composer.json` file so that Composer can find your module:

```
"autoload": {
    "psr-4": {
      "modules\\hawkcomponentsmodule\\": "modules/hawkcomponentsmodule/src/"
    }
},

```

After you have added this, you will need to do:

```
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.

Hawk Components Overview
------------------------

[](#hawk-components-overview)

-Insert text here-

Using Hawk Components
---------------------

[](#using-hawk-components)

-Insert text here-

Hawk Components Roadmap
-----------------------

[](#hawk-components-roadmap)

Some things to do, and ideas for potential features:

- Release it

Brought to you by [HAWK](hawk.ca)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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/d854980ed719758560047fa0edf3dfde5ca8f4c3499550ebf9392aeb88cc8e13?d=identicon)[hawkca](/maintainers/hawkca)

---

Top Contributors

[![verbeeksteven](https://avatars.githubusercontent.com/u/45824735?v=4)](https://github.com/verbeeksteven "verbeeksteven (3 commits)")

### Embed Badge

![Health badge](/badges/hawkca-components/health.svg)

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

PHPackages © 2026

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