PHPackages                             hawkca/craft-admin - 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. [Admin Panels](/categories/admin)
4. /
5. hawkca/craft-admin

ActiveCraft-module[Admin Panels](/categories/admin)

hawkca/craft-admin
==================

Admin modifications for CraftCMS.

1.0.1(6y ago)0821PHPCI failing

Since Oct 25Pushed 5y agoCompare

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

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

HAWK module for Craft CMS 3.x
=============================

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

Adds HAWK adjustments for CraftCMSN

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-module' => [
            'class' => \modules\hawkmodule\HAWKModule::class,
            'components' => [
                'emailSupport' => [
                    'class' => 'modules\hawkmodule\services\EmailSupport',
                ],
            ],
        ],
    ],
    'bootstrap' => ['hawk-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\\hawkmodule\\": "modules/hawkmodule/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 Overview
-------------

[](#hawk-overview)

-Insert text here-

Using HAWK
----------

[](#using-hawk)

-Insert text here-

HAWK Roadmap
------------

[](#hawk-roadmap)

Some things to do, and ideas for potential features:

- Release it

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2296d ago

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

### Embed Badge

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

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

###  Alternatives

[verbb/cp-nav

Manage the Craft Control Panel navigation.

128186.9k3](/packages/verbb-cp-nav)[putyourlightson/craft-dashboard-begone

Removes the dashboard and redirects users to entries.

1179.0k1](/packages/putyourlightson-craft-dashboard-begone)

PHPackages © 2026

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