PHPackages                             rezgui/bloggallery - 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. rezgui/bloggallery

ActiveWinter-plugin[Utility &amp; Helpers](/categories/utility)

rezgui/bloggallery
==================

Associate a Hounddd lightGallery to a blog post

07PHP

Since Jan 8Pushed 2y agoCompare

[ Source](https://github.com/rezgui/wn-bloggallery-plugin)[ Packagist](https://packagist.org/packages/rezgui/bloggallery)[ RSS](/packages/rezgui-bloggallery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Blog + Hounddd lightGallery for WinterCMS
=========================================

[](#blog--hounddd-lightgallery-for-wintercms)

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

[](#introduction)

Inspired from skydiver/october-plugin-bloggallery, This plugin associates a "RJ Gallery" to a Blog plugin post.

You will be able to work with the gallery from the **blogPost** component.

Requirements
------------

[](#requirements)

- [Blog](https://github.com/wintercms/wn-blog-plugin) (Winter.Blog)
- [Hounddd lightGallery](https://github.com/Hounddd/wn-lightgallery-plugin) (Hounddd.lightGallery)

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

[](#installation)

- Install dependencies:
    - `php artisan plugin:install Winter.Blog`
    - `php artisan plugin:install Hounddd.lightGallery`
- Install the plugin:
    - `php artisan plugin:install Rezgui.BlogGallery`

Use
---

[](#use)

1. Create your gallery on Hounddd lightGallery plugin
2. Create or edit a blog post
3. Goto "Manage" tab
4. Select a gallery

Display gallery on post page
----------------------------

[](#display-gallery-on-post-page)

You can insert the **Hounddd lightGallery** component inside your **blogPost** component html like this:

```
{% component 'gallery' gallery=post.lightgallery %}

```

Access gallery object
---------------------

[](#access-gallery-object)

- Get gallery info:

```
{{ post.lightGallery }}

```

- Get gallery images

```
{{ post.lightGallery.images }}

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.8% 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/d47ad56dd83f56de6e8c9298763e9ce63cbd24765bc97c1e46d05d3c95e0cc22?d=identicon)[rezgui](/maintainers/rezgui)

---

Top Contributors

[![rezgui](https://avatars.githubusercontent.com/u/1289096?v=4)](https://github.com/rezgui "rezgui (15 commits)")[![skydiver](https://avatars.githubusercontent.com/u/578784?v=4)](https://github.com/skydiver "skydiver (1 commits)")

### Embed Badge

![Health badge](/badges/rezgui-bloggallery/health.svg)

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

PHPackages © 2026

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