PHPackages                             sabith/stackcue-zat2-laravel - 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. sabith/stackcue-zat2-laravel

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

sabith/stackcue-zat2-laravel
============================

1.3(1y ago)011Blade

Since Jan 7Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/kpsabithgit/stackcue-zat2-laravel)[ Packagist](https://packagist.org/packages/sabith/stackcue-zat2-laravel)[ RSS](/packages/sabith-stackcue-zat2-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

```
For laravel 11
add below in bootstrap/app.php

    ->withProviders([
        App\Providers\AppServiceProvider::class,

    ])->create();

For main laravel application service provider under boot method add below

$this->app->make('stackcue-zat2')->setSaasCompanyIdCallback(function () {
    $saas_company_id = 1; // Replace this with dynamic logic (e.g., database query)

    return $saas_company_id;
});

$this->app->make('stackcue-zat2')->setUserIDCallback(function () {
    $user_id = 1; // Replace this with dynamic logic (e.g., database query)

    return $user_id;
});

the value will available anywhere in application including library

$company_id = app('stackcue-zat2')->getSaasCompanyId(); and
$user_id = app('stackcue-zat2')->getuserID();
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Total

4

Last Release

479d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/91092418?v=4)[kpsabithgit](/maintainers/kpsabithgit)[@kpsabithgit](https://github.com/kpsabithgit)

---

Top Contributors

[![kpsabithgit](https://avatars.githubusercontent.com/u/91092418?v=4)](https://github.com/kpsabithgit "kpsabithgit (7 commits)")

### Embed Badge

![Health badge](/badges/sabith-stackcue-zat2-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/sabith-stackcue-zat2-laravel/health.svg)](https://phpackages.com/packages/sabith-stackcue-zat2-laravel)
```

###  Alternatives

[psalm/plugin-symfony

Psalm Plugin for Symfony

24114.6M228](/packages/psalm-plugin-symfony)[coderevolutionplugins/gpt-3-encoder-php

PHP BPE Text Encoder/Decoder for GPT-2 / GPT-3

10051.5k](/packages/coderevolutionplugins-gpt-3-encoder-php)[alexanderschnitzler/phpstorm.meta.php-typo3

This package contains a .phpstorm.meta.php file which can be used to ease the work with TYPO3 projects in phpstorm.

2160.7k](/packages/alexanderschnitzler-phpstormmetaphp-typo3)[aldemeery/enum-polyfill

A Polyfill for the SplEnum type in PHP

1258.9k](/packages/aldemeery-enum-polyfill)[gurmanalexander/laravel-metrics

Managable metrics

143.0k](/packages/gurmanalexander-laravel-metrics)

PHPackages © 2026

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