PHPackages                             integration-helper/integration-version-laravel-server - 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. integration-helper/integration-version-laravel-server

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

integration-helper/integration-version-laravel-server
=====================================================

Integration Helper with Version Data Laravel Server

1.0.28(4mo ago)01.3k↓91.7%MITPHPPHP ^8.2

Since Oct 30Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Vladwww2015/integration-version-laravel-server)[ Packagist](https://packagist.org/packages/integration-helper/integration-version-laravel-server)[ RSS](/packages/integration-helper-integration-version-laravel-server/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (6)Versions (27)Used By (0)

Usage:
------

[](#usage)

### 1. Add To Model for reindex integration version for specific item

[](#1-add-to-model-for-reindex-integration-version-for-specific-item)

```
     public function save(array $options = [])
    {
        $result = parent::save($options);

        Context::getInstance()->getIntegrationVersionManager()->executeOne(Seeder::SOURCE, $this->id);

        return $result;
    }
```

### 2. Reindex By Source

[](#2-reindex-by-source)

##### with queue:

[](#with-queue)

```
use IntegrationHelper\IntegrationVersionLaravelServer\Jobs\RunReindexQueue;

        $sourceCode = 'product_inventory';

        dispatch(new RunReindexQueue($sourceCode))->handle();
```

##### without queue

[](#without-queue)

```
use IntegrationHelper\IntegrationVersion\Context;
        $sourceCode = 'product_inventory';

        Context::getIntegrationVersionManager()->executeFull($sourceCode);
```

### 3. API

[](#3-api)

```
Use POST http method:

    1) api/v1/admin/integration-version/get-identities
    Return identites for cur source
    Params:
    - source - source code
    - old_hash - Integration version hash
    - hash_date_time - Date time the last storad hash in client side (For old hash)
    - page > 0
    - limit > 499

    2) api/v1/admin/integration-version/get-latest-hash
    Return latest hash and Hash Date Time
    Params:
    - source - source code

    3) api/v1/admin/integration-version/get-data-by-identities
    Return data by identities for source
     Params:
        - source - source code
        - identities - lsit of identities

     get-deleted-identities
    Return an array of deleted ids based on a check of incoming identites
     Params:
        - source - source code
        - identities_for_check - lsit of identities

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance78

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~52 days

Total

26

Last Release

121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/827376d44a1aa3c92c966ae0907687568a3a67ac0511d6705b9f9cb27dba39dd?d=identicon)[spacecode](/maintainers/spacecode)

---

Top Contributors

[![Vladwww2015](https://avatars.githubusercontent.com/u/20088319?v=4)](https://github.com/Vladwww2015 "Vladwww2015 (29 commits)")

### Embed Badge

![Health badge](/badges/integration-helper-integration-version-laravel-server/health.svg)

```
[![Health](https://phpackages.com/badges/integration-helper-integration-version-laravel-server/health.svg)](https://phpackages.com/packages/integration-helper-integration-version-laravel-server)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[vanilo/framework

E-commerce Framework for Laravel

86671.7k4](/packages/vanilo-framework)[konekt/address

Laravel module for handling countries, cities, addresses, people and organizations

18246.8k25](/packages/konekt-address)[vanilo/properties

Vanilo Properties (Attributes) Module

11153.7k3](/packages/vanilo-properties)

PHPackages © 2026

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