PHPackages                             djgadd/themosis-juicer - 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. djgadd/themosis-juicer

AbandonedArchivedWordpress-plugin

djgadd/themosis-juicer
======================

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

1.0.2(8y ago)083PHPPHP &gt;=7.0

Since Mar 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/djgadd/themosis-juicer)[ Packagist](https://packagist.org/packages/djgadd/themosis-juicer)[ RSS](/packages/djgadd-themosis-juicer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (8)Versions (22)Used By (0)

Themosis Juicer
===============

[](#themosis-juicer)

A WordPress plugin for the Themosis framework that provides an wrapper for the Juicer.io API. Requires a Juicer account to be of any use, charges apply. Also provides an admin UI to do some basic tasks, such as adding sources and removing posts from a feed, and an ACFv5 field.

Install
-------

[](#install)

Install through composer: -

`composer require keltiecochrane/themosis-juicer`

Create a juicer.config.php, and add the following: -

```
return [
  'slug' => 'feed-slug',
  'token' => 'your-token',
];

```

Usage
-----

[](#usage)

Once activated, use the facade to access the different endpoints, e.g.: -

```
$feed = Juicer::feed(Config::get('juicer.slug'));

$feed->update_frequency = 240;
$feed->save();

$sources = $feed->sources()->get();

$posts = $feed->posts()
  ->filter('Twitter')
  ->get();

```

Todo
----

[](#todo)

- Caching needs further integration.
- Access a source's posts.
- Documentation.

Support
-------

[](#support)

This plugin is provided as is, though we'll endeavour to help where we can. By using this plugin you forfeit your right to any warranty or costs associated with it's use.

Contributing
------------

[](#contributing)

Any contributions would be encouraged and much appreciated, you can contribute by: -

- Reporting bugs
- Suggesting features
- Sending pull requests

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

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

Recently: every ~74 days

Total

11

Last Release

3023d ago

Major Versions

0.1.5 → 1.0.02017-04-20

### Community

Maintainers

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

---

Tags

themosisthemosis-frameworkwordpresspluginthemosis

### Embed Badge

![Health badge](/badges/djgadd-themosis-juicer/health.svg)

```
[![Health](https://phpackages.com/badges/djgadd-themosis-juicer/health.svg)](https://phpackages.com/packages/djgadd-themosis-juicer)
```

###  Alternatives

[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[themosis/framework

The Themosis framework.

676307.9k18](/packages/themosis-framework)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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