PHPackages                             kewljuice/be.ctrl.uit - 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. [API Development](/categories/api)
4. /
5. kewljuice/be.ctrl.uit

ActiveCivicrm-extension[API Development](/categories/api)

kewljuice/be.ctrl.uit
=====================

Everything functionally related to migration UiT events to CiviCRM.

1.1(5y ago)01.3kPHP

Since Feb 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kewljuice/be.ctrl.uit)[ Packagist](https://packagist.org/packages/kewljuice/be.ctrl.uit)[ RSS](/packages/kewljuice-bectrluit/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

be.ctrl.uit
===========

[](#bectrluit)

Introduction
------------

[](#introduction)

CiviCRM UiT extension: Everything functionally related to UiT migration.

Installation
------------

[](#installation)

- You can directly clone to your CiviCRM extension directory using
    `$ git clone https://github.com/kewljuice/be.ctrl.uit.git`
- You can also download a zip file, and extract in your extension directory
    `$ git clone https://github.com/kewljuice/be.ctrl.uit/archive/master.zip`
- Configure CiviCRM Extensions Directory which can be done from
    `"Administer -> System Settings -> Directories".`
- Configure Extension Resource URL which can be done from
    `"Administer -> System Settings -> Resource URLs".`
- The next step is enabling the extension which can be done from
    `"Administer -> System Settings -> Manage CiviCRM Extensions".`

Requirements
------------

[](#requirements)

- PHP v7.0+
- CiviCRM 5.0

Configuration
-------------

[](#configuration)

- Manage settings: **yoursite.org/civicrm/uit/settings**.
- Manage config: **yoursite.org/civicrm/uit/config**.

Endpoints
---------

[](#endpoints)

### UitMigrate: status

[](#uitmigrate-status)

```
$result = civicrm_api3('UitMigrate', 'status', array(
    'UitType' => "events",
));

```

### UitMigrate: import

[](#uitmigrate-import)

```
$result = civicrm_api3('UitMigrate', 'import', array(
    'UitType' => "events",
));

```

Custom hook
-----------

[](#custom-hook)

```
/**
 * Implements hook_civicrm_uit().
 */
function uit_civicrm_uit($op, $objectName, $id, &$params) {
  // https://forum.civicrm.org/index.php%3Ftopic=29999.0.html
  print("action: " . $op . '');
  print("entity: " . $objectName . '');
  print("entity id: " . $id . '');
  print("object: " . print_r($params, TRUE) . '');

}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

1856d 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 (29 commits)")

---

Tags

civicrmcivicrm-extensionscivicrm

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[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)

PHPackages © 2026

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