PHPackages                             frenzelgmbh/sblog - 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. [Framework](/categories/framework)
4. /
5. frenzelgmbh/sblog

AbandonedArchivedYii2-extension[Framework](/categories/framework)

frenzelgmbh/sblog
=================

Smart Weblog Module for yii2

181PHP

Since Dec 13Pushed 10y ago3 watchersCompare

[ Source](https://github.com/FrenzelGmbH/sblog)[ Packagist](https://packagist.org/packages/frenzelgmbh/sblog)[ RSS](/packages/frenzelgmbh-sblog/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

sblog
=====

[](#sblog)

SMART WebLog Module

Installation
============

[](#installation)

Install package via composer "frenzelgmbh/sblog": "dev-master"

Update config file *config/web.php* and *config/db.php*

```
// app/config/web.php
return [
    'modules' => [
        'sblog' => [
            'class' => 'frenzelgmbh\sblog\Module',
            // set custom module properties here ...
        ],
    ],
];
// app/config/db.php
return [
        'class' => 'yii\db\Connection',
        // set up db info
];
```

Run migration file php yii migrate --migrationPath=@vendor/frenzelgmbh/sblog/migrations

Widgets
=======

[](#widgets)

To use the blog, you can implement the following widgets:

Widget for Picture Links (can be used to include advertisement links)

- MODULE (e.g. STARTPAGE)
- ID (1)
- Picture (needs to be uploaded)
- Link (whatever you wanna link to)

```
if(class_exists('frenzelgmbh\sblog\widgets\WidgetPictureLink')){
  echo frenzelgmbh\sblog\widgets\WidgetPictureLink::widget([
    'title'=>NULL,
    'limit'=>20,
  ]);
}
```

This Widget renders all posts in descendending order which is based upon the creation date of the posts.

```
if(class_exists('frenzelgmbh\sblog\widgets\PortletPostsStyled')){
  echo frenzelgmbh\sblog\widgets\PortletPostsStyled::widget([
  'title'=>NULL,
    'limit'=>4,
  ]);
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/551abd4470d98ae959df06678c17aef3e8ac35187884a2872e79c77e040b5c8b?d=identicon)[philippfrenzel](/maintainers/philippfrenzel)

---

Top Contributors

[![philippfrenzel](https://avatars.githubusercontent.com/u/2319890?v=4)](https://github.com/philippfrenzel "philippfrenzel (80 commits)")

### Embed Badge

![Health badge](/badges/frenzelgmbh-sblog/health.svg)

```
[![Health](https://phpackages.com/badges/frenzelgmbh-sblog/health.svg)](https://phpackages.com/packages/frenzelgmbh-sblog)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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