PHPackages                             homm/hommjuicer - 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. homm/hommjuicer

Abandoned → [homm/hommsocialfeed](/?search=homm%2Fhommsocialfeed)ArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

homm/hommjuicer
===============

Homm Juicer

2.0.2(6y ago)093MITPHP

Since Sep 25Pushed 4y agoCompare

[ Source](https://github.com/HOMMinteractive/hommjuicer)[ Packagist](https://packagist.org/packages/homm/hommjuicer)[ RSS](/packages/homm-hommjuicer/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (1)Versions (6)Used By (0)

This package has moved
======================

[](#this-package-has-moved)

This package was rewritten and moved to

---

hommjuicer plugin for Craft CMS 3.x
===================================

[](#hommjuicer-plugin-for-craft-cms-3x)

Juicer Länge
------------

[](#juicer-länge)

```
craft.hommjuicer.juicer(20) => 20 Einträge
craft.hommjuicer.juicer(5)  =>  5 Einträge
craft.hommjuicer.juicer()   => 15 Einträge (Default)

```

Beispiel Implementation
-----------------------

[](#beispiel-implementation)

```
{% for juicerItem in craft.hommjuicer.juicer() %}

{% if currentUser %}

{% endif %}

{% if juicerItem.showimg != 1 %}
{% if juicerItem.video != '' %}
{% set full_url = juicerItem.video %}

{% else %}

{% endif %}
{% endif %}

{{ juicerItem.message | raw }}

{% endfor %}

```

Juicer Admin CSS Beispiel
-------------------------

[](#juicer-admin-css-beispiel)

```
.grid-item .juicerAdmin{
	text-align:right;
	display:block;
	position:absolute;
	padding:10px 20px;
	top:0;
	left:0;
	width:calc(100% - 40px);
	z-index:70;
	background:rgba(0,0,0,0.8);
	color:#fff;
}
.grid-item .juicerAdmin a{
	display:inline-block;
	padding:0 0 0 10px;
	color:#fff;
}
.grid-item .juicerAdmin a span{
	width:16px;
	height:16px;
	border-radius:16px;
	padding:0;
	margin:0 10px 0 0;
	display:inline-block;
	opacity:1;
}
.grid-item .juicerAdmin a span.green{
	background:#0ada0a;
	border:1px solid #14c514;
}
.grid-item .juicerAdmin a span.red{
	background:#f71d1d;
	border:1px solid #c51414;
}
.grid-item .juicerAdmin a span.color1{
	background:#fff;
	border:1px solid #fff;
}
.grid-item .juicerAdmin a span.color2{
	background:#003c7a;
	border:1px solid #003c7a;
}
.grid-item .juicerAdmin a span.color3{
	background:#c00b25;
	border:1px solid #c00b25;
}

```

Farb/Sichtbarkeits-Anpassung per Ajax
-------------------------------------

[](#farbsichtbarkeits-anpassung-per-ajax)

```
$('.juicerA').on('click', function(e){
	e.preventDefault();
	var href = $(this).attr('href');

	$.ajax({url: href, success: function(result){
       console.log('yes')
    },
	error: function(){
		location.reload();
		}
	});

```

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require /hommjuicer

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for hommjuicer.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

5

Last Release

2363d ago

Major Versions

1.0.3 → 2.0.12019-01-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43573733?v=4)[HOMM interactive GmbH](/maintainers/HOMMinteractive)[@HOMMinteractive](https://github.com/HOMMinteractive)

---

Tags

cmsCraftcraftcmscraft-pluginhommjuicer

### Embed Badge

![Health badge](/badges/homm-hommjuicer/health.svg)

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

101400.6k78](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M73](/packages/nystudio107-craft-seomatic)[verbb/hyper

A user-friendly links field for Craft.

24153.5k14](/packages/verbb-hyper)[verbb/vizy

A flexible visual editor field for Craft.

4251.5k1](/packages/verbb-vizy)[verbb/comments

Add comments to your site.

13754.0k1](/packages/verbb-comments)[verbb/navigation

Create navigation menus for your site.

90711.5k20](/packages/verbb-navigation)

PHPackages © 2026

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