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. kewljuice/be.ctrl.uit

ActiveCivicrm-extension

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

Everything functionally related to migration UiT events to CiviCRM.

1.1(4y ago)01.3kPHP

Since Feb 10Pushed 4y 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 yesterday

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

1805d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed809f703973f1fde2e0bd970dce0a3baeaad40c9cdb9bf2ab512081d4796f09?d=identicon)[kewljuice](/maintainers/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

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)

PHPackages © 2026

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