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. [API Development](/categories/api)
4. /
5. djgadd/themosis-juicer

AbandonedArchivedWordpress-plugin[API Development](/categories/api)

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 2w 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 51% 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

3117d ago

Major Versions

0.1.5 → 1.0.02017-04-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/560410?v=4)[Daniel](/maintainers/djgadd)[@djgadd](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1349.3k1](/packages/jasara-php-amzn-selling-partner-api)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1125.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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