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

ActiveProject[Admin Panels](/categories/admin)

adminteractive/adm-project
==========================

Project template for ADM distribution

9.x-dev(5y ago)21751[1 issues](https://github.com/adminteractive/adm-project/issues)GPL-2.0-or-laterPHP

Since Jun 13Pushed 5y ago16 watchersCompare

[ Source](https://github.com/adminteractive/adm-project)[ Packagist](https://packagist.org/packages/adminteractive/adm-project)[ RSS](/packages/adminteractive-adm-project/feed)WikiDiscussions 9.x Synced today

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

Composer template for ADM Distribution
======================================

[](#composer-template-for-adm-distribution)

This distribution is based on Drupal 9.

Usage
-----

[](#usage)

To create a project based on ADM Distribution:

```
composer create-project adminteractive/adm-project:9.x-dev some-dir --stability dev --no-interaction

```

The `composer create-project` command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.

Updating Drupal Core
--------------------

[](#updating-drupal-core)

Follow the steps below to update your core files.

1. Run `composer update drupal/core --with-dependencies` to update Drupal Core and its dependencies.
2. Run `git diff` to determine if any of the scaffolding files have changed. Review the files for any changes and restore any customizations to `.htaccess` or `robots.txt`.
3. Commit everything all together in a single commit, so `web` will remain in sync with the `core` when checking out branches or running `git bisect`.
4. In the event that there are non-trivial conflicts in step 2, you may wish to perform these steps on a branch, and use `git merge` to combine the updated core files with your customized files. This facilitates the use of a [three-way merge tool such as kdiff3](http://www.gitshah.com/2010/12/how-to-setup-kdiff-as-diff-tool-for-git.html). This setup is not necessary if your changes are simple; keeping all of your modifications at the beginning or end of the file is a good strategy to keep merges easy.

Common problems
---------------

[](#common-problems)

**Update failed (The .git directory is missing from \[path\], see  for more information)**

This is normal when the dependency is installed through git (.git directories are removed by default; dev dependencies usually come through git). Composer should offer an option to reinstall the package, so just agree with that.

**Cannot apply patch \[patch\]!**

The patch is already applied or the code have changed. You should look into the related issue. Issue number is always in patch url (it usually includes the comment number also).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

2171d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/757596?v=4)[Märt Rang](/maintainers/rang501)[@rang501](https://github.com/rang501)

---

Top Contributors

[![rang501](https://avatars.githubusercontent.com/u/757596?v=4)](https://github.com/rang501 "rang501 (40 commits)")

### Embed Badge

![Health badge](/badges/adminteractive-adm-project/health.svg)

```
[![Health](https://phpackages.com/badges/adminteractive-adm-project/health.svg)](https://phpackages.com/packages/adminteractive-adm-project)
```

###  Alternatives

[vardot/varbase-project

Project template for Varbase distribution.

5162.6k](/packages/vardot-varbase-project)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.9M1](/packages/drupal-recommended-project)[govcms/govcms

GovCMS Drupal Distribution

200103.6k3](/packages/govcms-govcms)[az-digital/az_quickstart

Arizona Quickstart

52296.5k4](/packages/az-digital-az-quickstart)[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

141.1k](/packages/fourkitchens-sous-drupal-project)

PHPackages © 2026

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