PHPackages                             unifact/connector - 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. unifact/connector

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

unifact/connector
=================

Unifact connector

v1.3.1(9y ago)1331MITPHPPHP &gt;=5.5.9

Since Oct 23Pushed 9y ago2 watchersCompare

[ Source](https://github.com/unifact/connector)[ Packagist](https://packagist.org/packages/unifact/connector)[ Docs](https://github.com/Unifact/connector)[ RSS](/packages/unifact-connector/feed)WikiDiscussions master Synced today

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

Unifact Connector
-----------------

[](#unifact-connector)

### Intro

[](#intro)

Unifact Connector package for Laravel 5.2

#### Installation

[](#installation)

```
composer require unifact/connector

```

1. Add `Unifact\Connector\ConnectorServiceProvider` to app providers config
2. Run `php artisan vendor:publish --provider="Unifact\Connector\ConnectorServiceProvider"` to copy the assets, config and migrations.
3. Run `php artisan migrate`, there are three tables the system uses.
4. Configure the following .env settings:

    - `CONNECTOR_DOMAIN`: The full domain the connector routes are available on (default: 'connector.local.dev')
    - `CONNECTOR_PREFIX`: Prefix so we don't get route collisions with app routes (default: '/cnr')
    - `CONNECTOR_USER`: Username to access the connector
    - `CONNECTOR_PASS`: Password to access the connector (must be hashed with sha1)
    - `CONNECTOR_QUEUE_HIGH`: Name of the high priority queue
    - `CONNECTOR_QUEUE_LOW`: Name of the low priority queue
    - `CONNECTOR_QUEUE_HIGH_THRESHOLD`: The threshold needed for a job to become high priority

    The connector needs (need is a big word, but it's smart to do it like this) both a subdomain and a routing prefix in order to work without conflict with your application.
5. Look at the `/config/connector.php` file and optionally turn on Hipchat logging (various other logging methods are available and configurable).
6. Turn your browser to the configured url and try to log in.

#### How to use

[](#how-to-use)

- Resolve `JobProviderContract` through the service container to insert connector jobs.
- Listen for the `ConnectorRegisterEvent` to register JobHandlers and/or CronHandlers.

Run `php artisan connector:run` to perform the cron event and handle all connector jobs.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% 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 ~21 days

Recently: every ~33 days

Total

24

Last Release

3423d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8580ed90d69e7b2ddf077a88fb47d9355d208411b5c175155f18cafbc22d3f20?d=identicon)[robvanbentem](/maintainers/robvanbentem)

---

Top Contributors

[![unirob](https://avatars.githubusercontent.com/u/13996875?v=4)](https://github.com/unirob "unirob (57 commits)")[![luukholleman](https://avatars.githubusercontent.com/u/1071025?v=4)](https://github.com/luukholleman "luukholleman (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/unifact-connector/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M20](/packages/mateusjunges-laravel-kafka)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[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)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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