PHPackages                             parfaitementweb/statamic-podcast-publisher - 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. parfaitementweb/statamic-podcast-publisher

AbandonedArchivedLibrary

parfaitementweb/statamic-podcast-publisher
==========================================

Statamic addon for publishing your podcast

1.0.3(4y ago)34.0k[1 issues](https://github.com/parfaitementweb/statamic-podcast-publisher/issues)PHP

Since Mar 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/parfaitementweb/statamic-podcast-publisher)[ Packagist](https://packagist.org/packages/parfaitementweb/statamic-podcast-publisher)[ RSS](/packages/parfaitementweb-statamic-podcast-publisher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Statamic Podcast Publisher
==========================

[](#statamic-podcast-publisher)

[![Statamic 3.0+](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/93c61a311851e398f5663226aca5d307d91ef898067c6b294110a785d6c2e735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666f722d7468652d6261646765266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)

> The complete suite for managing and publishing your own podcast RSS feed 🤘

Features
--------

[](#features)

- **Automatic XML Podcast feed**, ready to be submitted.
    ✨ Implementation follows *Apple Podcast guildines*.
- Complete Podcast information **customization**.
- Custom **episodes management** with media support.
- Automatic **page** for every published **episode**.
- Everything using built-in Statamic **Blueprints**, **Tags**, **Collection** &amp; **Globals**.
- **Ready to be used** as is ...
- ... but **easily customizable** to fit your possible custom needs.

Getting Started
---------------

[](#getting-started)

We have made things easy for you start. Here is a quick summary of all things you need to know.

1. **Install the addon**
    Simply run `composer require parfaitementweb/statamic-podcast-publisher`
    You also can follow the [official Statamic help guide](https://statamic.dev/addons#installing-addons)
2. **Publish the assets**Using the following command: `php artisan vendor:publish --tag=statamic-podcast-publisher`
3. Set the **APP\_URL** value accordingly in your `.env` file. This value is used to generate absolute path in your XML feed.
4. **Edit your podcast information.**
    Choose your name, description, language and a beautiful image.
    Podcast settings is a customizable Statamic Global set.
5. **Add an episode.**
    Choose the audio file, add show notes and select the publishing date.
    Episodes are stored in a customizable Statamic Collection within it's dedicated blueprint.
6. **Submit your feed.**
    Submit your feed URL to any podcast distributors (Apple, Gooogle, Spotify). You have complete control and are not limited here.
    We've automatically created a Feed page and linked to the correct layout.

Before you buy
--------------

[](#before-you-buy)

#### Can I list the latest episodes on my homepage?

[](#can-i-list-the-latest-episodes-on-my-homepage)

We rely on default Stamatic Collection Tags to manage your episodes. Is easy has calling the folling antlers tag:

```
{{ collection:episodes }}
    {{ title }}
    Episode {{ episode_number }}
    View episode
{{ /collection:episodes }}

```

#### Can I get the list of every Tag to use?

[](#can-i-get-the-list-of-every-tag-to-use)

We use a default Stamatic Blueprint to manage every field and value. Simply open the `Episode Blueprint` and select the field you cant. You can even customize its handle if you prefer.

#### Can I have an embeddable audio player ?

[](#can-i-have-an-embeddable-audio-player-)

You can use any web audio player such as [Green Audio Player](https://github.com/greghub/green-audio-player).
First, include their CDN in a script tag.

```
https://cdn.jsdelivr.net/gh/greghub/green-audio-player/dist/js/green-audio-player.min.js

```

Then, add this code in your `` `` section of your layout:

```
GreenAudioPlayer.init({
    selector: '.player',
    stopOthersOnPlay: true
});

```

And where you want to include the player:

```

```

What does your addon look like?
-------------------------------

[](#what-does-your-addon-look-like)

[![Statamic Podcast Settings](https://camo.githubusercontent.com/7120d81f93c230d59dde195f854e4571958f969a8e6326843067181fdc355532/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d73657474696e67732e706e67)](https://camo.githubusercontent.com/7120d81f93c230d59dde195f854e4571958f969a8e6326843067181fdc355532/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d73657474696e67732e706e67)[![Statamic Podcast Episode](https://camo.githubusercontent.com/a22a7f925f248a3362c9ba470279b1708b162d82e9ff8f85d97633c0fe8af87a/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d657069736f64652e706e67)](https://camo.githubusercontent.com/a22a7f925f248a3362c9ba470279b1708b162d82e9ff8f85d97633c0fe8af87a/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d657069736f64652e706e67)[![Statamic Podcast Episode Second](https://camo.githubusercontent.com/6a2fdd8ff15186e0c3e35559dcea3c31e4edf6a60fd3529d54b7859b5eb3292b/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d657069736f64652d7365636f6e642e706e67)](https://camo.githubusercontent.com/6a2fdd8ff15186e0c3e35559dcea3c31e4edf6a60fd3529d54b7859b5eb3292b/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d657069736f64652d7365636f6e642e706e67)[![Statamic Podcast Dashboard](https://camo.githubusercontent.com/a230b0d9a5ed2a42699ab0e7a4dddedbd81a60b6fd484b467cc5eb455f301c6c/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d64617368626f6172642e706e67)](https://camo.githubusercontent.com/a230b0d9a5ed2a42699ab0e7a4dddedbd81a60b6fd484b467cc5eb455f301c6c/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d64617368626f6172642e706e67)[![Statamic Podcast XML](https://camo.githubusercontent.com/aba96d9a4022a71d91f2d1e5fd1c1042068d4587768327348b8f0b8df6836333/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d786d6c2d6f75747075742e706e67)](https://camo.githubusercontent.com/aba96d9a4022a71d91f2d1e5fd1c1042068d4587768327348b8f0b8df6836333/68747470733a2f2f70617266616974656d656e747765622e636f6d2f73746174616d69632f73746174616d69632d706f64636173742d7075626c69736865722f706f64636173742d7075626c69736865722d786d6c2d6f75747075742e706e67)

Can I see it running?
---------------------

[](#can-i-see-it-running)

I manage my own podcast feed and website using Podcast Publisher.
👉 Have a look at [onpourrait.com](https://onpourrait.com/) to see what the end-result could be.

Changelog
---------

[](#changelog)

**V1.0.1**
Updating the documentation to reference assets publishing and url generation.

**V1.0.0**
🚀 Would you like to read the initial commit in another language?

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~24 days

Total

4

Last Release

1822d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67c747d82e5989eeae3f98ae775f6e9d9aaee286e221e9f35a446e0f440421a8?d=identicon)[parfaitementweb](/maintainers/parfaitementweb)

---

Top Contributors

[![AlexisSerneels](https://avatars.githubusercontent.com/u/287688?v=4)](https://github.com/AlexisSerneels "AlexisSerneels (14 commits)")

---

Tags

statamicstatamic-addonstatamic-v3

### Embed Badge

![Health badge](/badges/parfaitementweb-statamic-podcast-publisher/health.svg)

```
[![Health](https://phpackages.com/badges/parfaitementweb-statamic-podcast-publisher/health.svg)](https://phpackages.com/packages/parfaitementweb-statamic-podcast-publisher)
```

PHPackages © 2026

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