PHPackages                             az-digital/azqs\_module\_project - 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. az-digital/azqs\_module\_project

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

az-digital/azqs\_module\_project
================================

Composer project template for custom Quickstart module.

2661[4 issues](https://github.com/az-digital/azqs_module_project/issues)

Since May 20Pushed 4mo ago18 watchersCompare

[ Source](https://github.com/az-digital/azqs_module_project)[ Packagist](https://packagist.org/packages/az-digital/azqs_module_project)[ RSS](/packages/az-digital-azqs-module-project/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Arizona Quickstart Module Template
==================================

[](#arizona-quickstart-module-template)

The fastest way to create a new module for use in an Arizona Quickstart site.

1. Create project
-----------------

[](#1-create-project)

```
composer create-project --no-install --ask az-digital/azqs_module_project:dev-main awesome_feature_module
cd awesome_feature_module

```

2. Rename
---------

[](#2-rename)

Replace these two strings in all files:

- `azqs_module_project` → `awesome_feature_module`
- `azqs-module-project` → `awesome-feature-module`

Files to update:

- `azqs_module_project.info.yml` (rename file) to `awesome_feature_module.info.yml`)
- `composer.json` (change `az-digital/azqs_module_project` to `YOUR_ORG/awesome_feature_module`)
- `.lando.yml` (change `az-digital/azqs_module_project` to `YOUR_ORG/awesome_feature_module` and update other references)

3. Start &amp; install
----------------------

[](#3-start--install)

```
lando start
lando install
lando drush status

```

4. Rewrite README
-----------------

[](#4-rewrite-readme)

Replace this README with real module documentation (overview, features, install, config, maintainer info).

5. Run code quality checks &amp; fixes
--------------------------------------

[](#5-run-code-quality-checks--fixes)

```
lando phpcs
lando phpcbf
lando phpstan

```

6. Push to new GitHub repo
--------------------------

[](#6-push-to-new-github-repo)

```
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin git@github.com:YOUR_ORG/awesome_feature_module.git
git push -u origin main

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

![](https://www.gravatar.com/avatar/78ed17b981916d97c95e226b20f8f468b6533fa57cd3568abb317715039fc5ec?d=identicon)[joeparsons](/maintainers/joeparsons)

![](https://www.gravatar.com/avatar/0948a52b8b5181ae424b64cbe8b48f3331775ffa86888b3b21089edf5243a222?d=identicon)[az-digital](/maintainers/az-digital)

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

---

Top Contributors

[![joeparsons](https://avatars.githubusercontent.com/u/471936?v=4)](https://github.com/joeparsons "joeparsons (7 commits)")[![trackleft](https://avatars.githubusercontent.com/u/1023167?v=4)](https://github.com/trackleft "trackleft (6 commits)")[![danahertzberg](https://avatars.githubusercontent.com/u/59745109?v=4)](https://github.com/danahertzberg "danahertzberg (1 commits)")[![slaymoore](https://avatars.githubusercontent.com/u/2899746?v=4)](https://github.com/slaymoore "slaymoore (1 commits)")

### Embed Badge

![Health badge](/badges/az-digital-azqs-module-project/health.svg)

```
[![Health](https://phpackages.com/badges/az-digital-azqs-module-project/health.svg)](https://phpackages.com/packages/az-digital-azqs-module-project)
```

PHPackages © 2026

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