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)0331MITPHPPHP &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 1mo ago

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 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

3377d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

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