PHPackages                             deworg/dewp-planet-feed - 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. deworg/dewp-planet-feed

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

deworg/dewp-planet-feed
=======================

WordPress Plugin: DEWP Planet Feed

1.0.0(5y ago)1158[4 PRs](https://github.com/deworg/dewp-planet-feed/pulls)PHP

Since Feb 5Pushed 1mo ago10 watchersCompare

[ Source](https://github.com/deworg/dewp-planet-feed)[ Packagist](https://packagist.org/packages/deworg/dewp-planet-feed)[ RSS](/packages/deworg-dewp-planet-feed/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (7)Used By (0)

DEWP Planet Feed
================

[](#dewp-planet-feed)

- Contributors: Florian Brinkmann, Caspar Hübinger, Dominik Schilling, Torsten Landsiedel
- Requires at least: 4.9.8
- Tested up to: 5.6.1
- License: GPLv3
- License URI:

Description
-----------

[](#description)

Generates a custom feed `/feed/dewp-planet` for posts. Adds a checkbox to the *Publish* meta box in order to explicitly add a post to that custom feed.

[![Screenshot (GIF)](https://github.com/deworg/dewp-planet-feed/raw/master/screenshot.gif?raw=true)](https://github.com/deworg/dewp-planet-feed/blob/master/screenshot.gif?raw=true)

---

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

[](#installation)

### Via SFTP or backend

[](#via-sftp-or-backend)

1. Download the asset `dewp-planet-feed.zip` from the [latest release](https://github.com/deworg/dewp-planet-feed/releases/latest).
2. Upload the folder `dewp-planet-feed` to the `/wp-content/plugins/` directory, or directly upload the ZIP through the »Plugins« › »Add new« › »Upload plugin« screen in the WordPress backend.
3. Activate the plugin through the »Plugins« menu in WordPress.

### With Composer

[](#with-composer)

If you would like to pull the plugin with Composer (e.g. with [Bedrock](https://roots.io/bedrock/)) you have to compile the JavaScript assets yourself or use the [Composer Asset Compiler](https://github.com/inpsyde/composer-asset-compiler). This plugin is compatible and even provides the pre-compiled assets for each release.

To pull this Plugin with Composer, follow these steps:

1. Add `git@github.com:deworg/dewp-planet-feed.git` as an addional Github repository to your `composer.json`:

```
    "repositories": [
        {
            "type": "github",
            "url": "git@github.com:deworg/dewp-planet-feed.git"
        }
    ],
```

2. Require the plugin

```
$ composer require deworg/dewp-planet-feed
```

3. Compile the assets with `npm install && npm run build:production` in the plugin directory or setup the [Composer Asset Compiler](https://github.com/inpsyde/composer-asset-compiler) with:

```
$ composer require inpsyde/composer-assets-compiler
```

4. If you choose the Composer Asset Compiler, run `composer compile-assets` after every plugin update time or activate auto run in your `composer.json`:

```
    "extra": {
        "composer-asset-compiler": {
            "auto-run": true,
        }
    }
```

5. Done. If you choose auto run, try it with `composer update` or `composer install`

---

Changelog
---------

[](#changelog)

### 1.0.0 – 13.02.2021

[](#100--13022021)

- Enhancement: Add possibility to install via composer (see *Installation* part of readme for instructions) – thanks @goaround.
- Fix: Make `wp_planet_feed__post_types` work with Gutenberg.

### 0.5.1 – 28.10.2018

[](#051--28102018)

- Fix: Make it work with current Gutenberg version.

### 0.5.0 – 18.08.2018

[](#050--18082018)

**The plugin requires WordPress 4.9.8 now**

- Added Gutenberg support.

### 0.4

[](#04)

- Fix: changed dependency for admin stylesheet from `edit` to `wp-admin`.

### 0.3

[](#03)

- Enhancement: added help link to Post screen option.
- Enhancement: added About document.
- Architecture: moved code for Post screen option to separate file.
- Architecture: moved inline CSS to separate file.

### 0.2

[](#02)

- Enhancement: lower priority for publishing checkbox.
- Clean-up: Renamed plugin to **DEWP Planet Feed** and PHP class to `DEWP_Planet_Feed`.

### 0.1

[](#01)

- Initial fork from [original class](https://github.com/ocean90/wpgrafie-theme/blob/master/classes/class-ds-wpgrafie-wp-planet-feed.php).
- Added de/activation hooks + UI candy.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance61

Regular maintenance activity

Popularity14

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.6% 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.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

1966d ago

Major Versions

v0.5.2-beta.4 → 1.0.02021-02-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/870475?v=4)[Torsten Landsiedel](/maintainers/zodiac1978)[@Zodiac1978](https://github.com/Zodiac1978)

---

Top Contributors

[![florianbrinkmann](https://avatars.githubusercontent.com/u/2310924?v=4)](https://github.com/florianbrinkmann "florianbrinkmann (39 commits)")[![glueckpress](https://avatars.githubusercontent.com/u/308422?v=4)](https://github.com/glueckpress "glueckpress (13 commits)")[![goaround](https://avatars.githubusercontent.com/u/5927337?v=4)](https://github.com/goaround "goaround (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![Zodiac1978](https://avatars.githubusercontent.com/u/870475?v=4)](https://github.com/Zodiac1978 "Zodiac1978 (5 commits)")[![MatzeKitt](https://avatars.githubusercontent.com/u/1018979?v=4)](https://github.com/MatzeKitt "MatzeKitt (1 commits)")[![nickweisser](https://avatars.githubusercontent.com/u/58966?v=4)](https://github.com/nickweisser "nickweisser (1 commits)")[![2ndkauboy](https://avatars.githubusercontent.com/u/1793177?v=4)](https://github.com/2ndkauboy "2ndkauboy (1 commits)")

---

Tags

custom-feeddewp-planet-feedwordpresswordpress-plugin

### Embed Badge

![Health badge](/badges/deworg-dewp-planet-feed/health.svg)

```
[![Health](https://phpackages.com/badges/deworg-dewp-planet-feed/health.svg)](https://phpackages.com/packages/deworg-dewp-planet-feed)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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