PHPackages                             kewljuice/calibr8\_civicrm - 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. kewljuice/calibr8\_civicrm

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

kewljuice/calibr8\_civicrm
==========================

Calibrate module for CiviCRM + Drupal 8 projects

1.4(3y ago)01.8k1GPL-2.0+

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kewljuice/calibr8_civicrm)[ Packagist](https://packagist.org/packages/kewljuice/calibr8_civicrm)[ RSS](/packages/kewljuice-calibr8-civicrm/feed)WikiDiscussions master Synced 6d ago

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

Installation
============

[](#installation)

This module is installed as any other Drupal module.

- with Drush `drush pm-enable -y calibr8_civicrm`
- with Composer

`composer config repositories.calibr8_civicrm vcs https://github.com/kewljuice/calibr8_civicrm`

`composer require calibrate/calibr8_civicrm `

Development
===========

[](#development)

```
 // Export CiviCRM permissions as JSON.

 // Fetch roles.
 $permissions = \Drupal::service('user.permissions')->getPermissions();
 $permissions_by_provider = [];
 foreach ($permissions as $key => $permission) {
   $permissions_by_provider[$permission['provider']][] = $key;
 }

 // Loop all roles from System.
 $roles = \Drupal\user\Entity\Role::loadMultiple();
 $permissions_by_role = [];
 foreach ($roles as $role) {
   $perms = $role->getPermissions();
   foreach ($perms as $perm) {
     if (in_array($perm, $permissions_by_provider['civicrm'])) {
       $permissions_by_role[$role->id()][] = $perm;
     }
   }
 }

 // Export.
 $permissions_by_role = json_encode($permissions_by_role);
 dpm($permissions_by_role);

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

5

Last Release

1285d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3306776?v=4)[Wouter H](/maintainers/kewljuice)[@kewljuice](https://github.com/kewljuice)

---

Top Contributors

[![kewljuice](https://avatars.githubusercontent.com/u/3306776?v=4)](https://github.com/kewljuice "kewljuice (24 commits)")

---

Tags

Drupal 8civicrmCalibr8

### Embed Badge

![Health badge](/badges/kewljuice-calibr8-civicrm/health.svg)

```
[![Health](https://phpackages.com/badges/kewljuice-calibr8-civicrm/health.svg)](https://phpackages.com/packages/kewljuice-calibr8-civicrm)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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