PHPackages                             bluecadet/bc\_drupal\_package\_manager - 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. bluecadet/bc\_drupal\_package\_manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bluecadet/bc\_drupal\_package\_manager
======================================

Adds functionality to check for updates for custom Drupal modules built by Bluecadet.

1.0.2(9mo ago)120.2k↓38.9%9GPL-2.0+PHPPHP ^8.1

Since Sep 21Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/bluecadet/bc_drupal_package_manager)[ Packagist](https://packagist.org/packages/bluecadet/bc_drupal_package_manager)[ RSS](/packages/bluecadet-bc-drupal-package-manager/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (9)

Bluecadet Drupal Module/Package Manager
=======================================

[](#bluecadet-drupal-modulepackage-manager)

Adds functionality to check for updates for custom Drupal modules built by Bluecadet.

EX.

```
use Bluecadet\DrupalPackageManager\Checker;

/**
 * Implements hook_update_status_alter().
 */
function HOOK_update_status_alter(&$projects) {
  $modules['bluecadet'] = [
    'bluecadet_utilities',
    'bluecadet_file_struct',
  ];

  $filtered_projects = [];

  foreach ($modules as $user => $user_data) {
    $filtered_projects += array_filter($projects, function($v) use ($user_data) {
        return in_array($v, $user_data);
    }, ARRAY_FILTER_USE_KEY);
  }

  $checker = new Checker($modules, $filtered_projects);

  foreach ($modules as $user => $user_data) {
    foreach ($user_data as $module_name) {
      if (in_array($module_name, array_keys($projects))) {
        $projects[$module_name] = $checker->updateDrupalModulePackage($projects[$module_name], $user, $module_name);
      }
    }
  }
}
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance58

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity56

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

Recently: every ~172 days

Total

6

Last Release

274d ago

PHP version history (2 changes)1.0.0-alpha1PHP ^7.4||^8.0

1.0.1PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![pingevt](https://avatars.githubusercontent.com/u/3128823?v=4)](https://github.com/pingevt "pingevt (7 commits)")

### Embed Badge

![Health badge](/badges/bluecadet-bc-drupal-package-manager/health.svg)

```
[![Health](https://phpackages.com/badges/bluecadet-bc-drupal-package-manager/health.svg)](https://phpackages.com/packages/bluecadet-bc-drupal-package-manager)
```

###  Alternatives

[bootflat/bootflat

An open source Flat UI KIT based on Bootstrap (3.3.0). A faster, easier and less repetitive way for web developers to create elegant web apps.

4.2k3.3k](/packages/bootflat-bootflat)[francescomalatesta/laravel-circuit-breaker

A circuit breaker pattern implementation for the Laravel framework

2919.2k2](/packages/francescomalatesta-laravel-circuit-breaker)[techworker/ssml

A PHP library to generate SSML.

1110.1k1](/packages/techworker-ssml)

PHPackages © 2026

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