PHPackages                             bildvitta/sp-hub - 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. bildvitta/sp-hub

ActiveLibrary

bildvitta/sp-hub
================

v0.1.27.1(2mo ago)012.0k↓22.7%1PHPPHP ^8.0|^8.1|^8.2|^8.3

Since Aug 17Pushed 2mo ago12 watchersCompare

[ Source](https://github.com/bildvitta/sp-hub)[ Packagist](https://packagist.org/packages/bildvitta/sp-hub)[ RSS](/packages/bildvitta-sp-hub/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (72)Used By (1)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e2e857ef660179d77d2749e1f0e01349655e171eeccc1c35ece596526c6506c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c6476697474612f73702d6875622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bildvitta/sp-hub)[![Total Downloads](https://camo.githubusercontent.com/a7a6e3366f5588713fe13ba0fae097f936baaeba417133d1c6de1ef04832545a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696c6476697474612f73702d6875622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bildvitta/sp-hub)

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

[](#introduction)

The SP (Space Probe) package is responsible for collecting remote data updates for the module, keeping the data structure similar as possible, through the message broker.

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

[](#installation)

You can install the package via composer:

```
composer require bildvitta/sp-hub:dev-develop
```

For everything to work perfectly in addition to having the settings file published in your application, run the command below:

```
php artisan sp:install
```

To configure the queues in RabbitMQ just run this command that it automatically creates based on the settings you passed in `config/sp-hub.php`

```
php artisan sp-hub:configure
```

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

[](#configuration)

This is the contents of the published config file:

```
return [
    'rabbitmq' => [
        'host' => env('RABBITMQ_HOST'),
        'port' => env('RABBITMQ_PORT'),
        'user' => env('RABBITMQ_USER'),
        'password' => env('RABBITMQ_PASSWORD'),
        'virtualhost' => env('RABBITMQ_VIRTUALHOST', '/'),
        'exchange' => [
            'hub' => env('RABBITMQ_EXCHANGE_HUB', 'hub'),
        ],
        'queue' => [
            'hub' => env('RABBITMQ_QUEUE_HUB'),
        ]
    ],
];
```

With the configuration file sp-hub.php published in your configuration folder it is necessary to create environment variables in your .env file:

Enable extra columns sync
-------------------------

[](#enable-extra-columns-sync)

Add these attributes to the user model's `$fillable` property.

```
'document',
'address',
'street_number',
'complement',
'city',
'state',
'postal_code',

```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance88

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~46 days

Total

67

Last Release

61d ago

PHP version history (2 changes)v0.0.1PHP ^8.0|^8.1

v0.1.11-beta.1PHP ^8.0|^8.1|^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/57ede45a8ce528ade98fadbb32397afb6c0234f9d05caae7ac207d3b4d026af1?d=identicon)[hynzhw](/maintainers/hynzhw)

![](https://www.gravatar.com/avatar/e32e39fb848943b1a94bb2c167a2bda11eb45814ba34d539e6b1685a5de6e272?d=identicon)[michaelnakamura](/maintainers/michaelnakamura)

![](https://www.gravatar.com/avatar/ab5f117bbac50e0314758bcc25c9052dc4546568082eff672b65b128be0e2d98?d=identicon)[fabiomartins](/maintainers/fabiomartins)

![](https://www.gravatar.com/avatar/3ce1635f07565fb1531991b47d86c407b9b30955eb1871dad4ed33810aaffe88?d=identicon)[leandrohago](/maintainers/leandrohago)

---

Top Contributors

[![fabiomartins1](https://avatars.githubusercontent.com/u/50298479?v=4)](https://github.com/fabiomartins1 "fabiomartins1 (68 commits)")[![zerossB](https://avatars.githubusercontent.com/u/8009480?v=4)](https://github.com/zerossB "zerossB (58 commits)")[![leandrohago](https://avatars.githubusercontent.com/u/64143489?v=4)](https://github.com/leandrohago "leandrohago (16 commits)")[![michaelnakamura](https://avatars.githubusercontent.com/u/10209108?v=4)](https://github.com/michaelnakamura "michaelnakamura (3 commits)")[![andreia-agily](https://avatars.githubusercontent.com/u/123497043?v=4)](https://github.com/andreia-agily "andreia-agily (2 commits)")[![dklbueno](https://avatars.githubusercontent.com/u/8246721?v=4)](https://github.com/dklbueno "dklbueno (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bildvitta-sp-hub/health.svg)

```
[![Health](https://phpackages.com/badges/bildvitta-sp-hub/health.svg)](https://phpackages.com/packages/bildvitta-sp-hub)
```

###  Alternatives

[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[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)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[mohamedsabil83/laravel-hijrian

Hijri-Gregorian date converter for Laravel

1220.0k](/packages/mohamedsabil83-laravel-hijrian)

PHPackages © 2026

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