Podcast RSS Feed Generator
A very simple way to host your podcast files and generate the RSS Podcast feed ๐

:book: Contents
:mag_right: Summary
Host your podcast files and generate the RSS Podcast feed
A simple PHP script that reads your MP3/M4A audio files to generate an elegant RSS2 feed to be then published to podcast platforms.
:hammer: Requirements
- PHP 8+ ๐
:building_construction: Installation
- Place your podcast audio files (mp3, m4a, ...) in
web/audio-filesdirectory. - Add a txt file with the same name as your audio file but with
.meta.txtas extension (without themp3orma4audio extension). Inside, add a description of your audio podcast. - Edit the
config.inifile with your favorite text editor:- Change
urlto your URL of where it will be installed. - Change
podcast.nameto the name of your podcast. - Update
podcast.descriptionto a generic description of your podcast.
- Change
- Load the page and specify the generated RSS feed to the different podcast platforms ๐
:thought_balloon: Usage
Ideal for publishing easily and freely your podcast over the different music platforms (iTunes,Google Podcasts, Spotify, Amazon Music, ...).
:cook: Author
I'm Pierre-Henry Soria. A passionate, zen & dedicated software engineer ๐
You can keep in touch with me at: [email protected] ๐ฎ
:tv: Video
๐ Click here to watch on YouTube
:page_with_curl: License
Podcast RSS Feed Generator is distributed under MIT license ๐ Enjoy! โค๏ธ
