PHPackages                             growtask/simflex-catalog - 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. growtask/simflex-catalog

ActiveLibrary

growtask/simflex-catalog
========================

Catalog plugin for Simflex

025PHP

Since Jun 11Pushed 1y agoCompare

[ Source](https://github.com/growtask/simflex-catalog)[ Packagist](https://packagist.org/packages/growtask/simflex-catalog)[ RSS](/packages/growtask-simflex-catalog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simflex Catalog
===============

[](#simflex-catalog)

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

[](#installation)

1. `composer require growtask/simflex-catalog`
2. Add all components to `routes.php`
3. Init `PriceManager` in `Init.php`:

```
Container::set('price', new PriceManager());
```

4. Init sessions:

```
if (SF_LOCATION == SF_LOCATION_SITE) {
    \App\Extensions\Catalog\CategoryAssist::loadCounts();

    $user = Container::getUser();
    \App\Extensions\Catalog\SessionAssist::$cart = \App\Extensions\Catalog\Model\Cart::getOrInsert(
        $user ? $user->user_id : 0
    );
    \App\Extensions\Catalog\SessionAssist::$fav = \App\Extensions\Catalog\Model\Fav::getOrInsert(
        $user ? $user->user_id : 0
    );
    \App\Extensions\Catalog\SessionAssist::$compare = \App\Extensions\Catalog\Model\Compare::getOrInsert(
        $user ? $user->user_id : 0
    );
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![panzerfaust1](https://avatars.githubusercontent.com/u/43337256?v=4)](https://github.com/panzerfaust1 "panzerfaust1 (8 commits)")

### Embed Badge

![Health badge](/badges/growtask-simflex-catalog/health.svg)

```
[![Health](https://phpackages.com/badges/growtask-simflex-catalog/health.svg)](https://phpackages.com/packages/growtask-simflex-catalog)
```

PHPackages © 2026

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