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

ActiveLibrary

karabinse/fabriq-connector
==========================

Fabriq Saloon Connector

1.8.0(1y ago)01.0kMITPHPPHP ^8.2CI passing

Since May 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KarabinSE/fabriq-connector)[ Packagist](https://packagist.org/packages/karabinse/fabriq-connector)[ Docs](https://github.com/karabinse/fabriq-connector)[ GitHub Sponsors](https://github.com/Karabin)[ RSS](/packages/karabinse-fabriq-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (12)Used By (0)

Fabriq Saloon Connector
=======================

[](#fabriq-saloon-connector)

[![Latest Version on Packagist](https://camo.githubusercontent.com/397616e4b804b29a5760f41afcf7f06c3915313728a1e3baa0767dae91f344e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61726162696e73652f6661627269712d636f6e6e6563746f722e737667)](https://packagist.org/packages/karabinse/fabriq-connector)[![GitHub Tests Action Status](https://camo.githubusercontent.com/94be8f05827675448b9da049d763b345b4206cfb736929650b9e4194ecc6b324/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b61726162696e73652f6661627269712d636f6e6e6563746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/karabinse/fabriq-connector/actions?query=workflow%3Arun-tests+branch%3Amain)

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

[](#installation)

You can install the package via composer:

```
composer require karabinse/fabriq-connector
```

You can publish the config file with:

```
php artisan vendor:publish --tag="fabriq-connector-config"
```

This is the contents of the published config file:

```
return [
    'base_url' => env('FABRIQ_CONNECTOR_BASE_URL', 'http://localhost'),
    'enable_cache' => env('FABRIQ_CONNECTOR_ENABLE_CACHE', false),
    'cache_expiry' => env('FABRIQ_CONNECTOR_CACHE_EXPIRY', (3600 * 24) * 7),
    'cache_driver' => env('FABRIQ_CONNECTOR_CACHE_STORE', 'file'),
    'fabriq_connector_token' => env('FABRIQ_CONNECTOR_TOKEN', ''),
];
```

Usage
-----

[](#usage)

```
$connector = new FabriqConnector(locale: 'en');
$request = new GetContactsRequest(params: ['include' => 'content']);

$response = $connector->send($request);

// Response
//    "data": [
//         {
//             "id": 1,
//             "locale": "sv",
//             "name": "Frans Rosander",
//             "email": "Frans@sten.com",
//             "phone": "+46 (44) 28 71 11",
//             "mobile": "+46 (0)702 - 99 09 41",
//             "published": 1,
//             "sortindex": 1,
//             "created_at": "2024-04-11T11:33:17.000000Z",
//             "updated_at": "2024-05-30T08:18:48.000000Z",
//             "content": {
//                 "data": {
//                     "body": "",
//                     "position": "",
//                     "image": {
//                         "id": 56,
//                         "file_name": "IMG_5966_FransR.jpg",
//                         "src": "",
//                         "thumb_src": "",
//                         "webp_src": "",
//                         "srcset": "",
//                         "alt_text": "",
//                         "caption": null,
//                         "mime_type": "image\/jpeg",
//                         "size": 23076,
//                         "width": 150,
//                         "height": 187,
//                         "custom_crop": false,
//                         "responsive": "",
//                         "x_position": "50%",
//                         "y_position": "50%",
//                         "meta_id": 13
//                     },
//                     "enabled_locales": null
//                 }
//             }
//         }
//     ]
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Albin J Nilsson](https://github.com/KarabinSE)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance49

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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 ~33 days

Recently: every ~74 days

Total

11

Last Release

378d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53842b68734249d1bd4581663ce93e12dd241047cbdc11c49065f294c0228d36?d=identicon)[Albin N](/maintainers/Albin%20N)

---

Top Contributors

[![nivv](https://avatars.githubusercontent.com/u/4033930?v=4)](https://github.com/nivv "nivv (17 commits)")[![cleanSumo](https://avatars.githubusercontent.com/u/41383171?v=4)](https://github.com/cleanSumo "cleanSumo (2 commits)")

---

Tags

laravelKarabinfabriq-connector

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

3786.5k](/packages/harris21-laravel-fuse)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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