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

Abandoned → [djgadd/themosis-juicer](/?search=djgadd%2Fthemosis-juicer)ArchivedWordpress-plugin[API Development](/categories/api)

keltiecochrane/themosis-juicer
==============================

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

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

Since Mar 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/keltiecochrane/themosis-juicer)[ Packagist](https://packagist.org/packages/keltiecochrane/themosis-juicer)[ RSS](/packages/keltiecochrane-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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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/c186d9ed52eb3548e80c0a598966c466754c15ec0876fafa701b38514366de20?d=identicon)[keltiecochrane](/maintainers/keltiecochrane)

---

Tags

themosisthemosis-frameworkwordpresspluginthemosis

### Embed Badge

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

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

###  Alternatives

[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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