Download the PHP package lukereative/silverstripe-podcast without Composer
On this page you can find all versions of the php package lukereative/silverstripe-podcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukereative/silverstripe-podcast
More information about lukereative/silverstripe-podcast
Files in lukereative/silverstripe-podcast
Download lukereative/silverstripe-podcast
More information about lukereative/silverstripe-podcast
Files in lukereative/silverstripe-podcast
Vendor lukereative
Package silverstripe-podcast
Short Description A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video or other files.
License BSD-3-Clause
Package silverstripe-podcast
Short Description A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video or other files.
License BSD-3-Clause
Keywords silverstripepodcast
Please rate this library. Is it a good library?
Informations about the package silverstripe-podcast
SilverStripe Podcast
A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video and/or other files.
Requirements
- SilverStripe CMS ^4.1
Installation
-
Require the package via
composer
- Run
dev/build
to rebuild the database. - You will now be able to add a new page type 'Podcast Page'
Usage
- Add a 'Podcast Page' in the site tree.
- Add your desired podcast details under the 'Podcast' tab and attach a podcast artwork
- Add episodes in the 'Episodes' tab by pressing the green 'Add Podcast Episode Button'. On the resulting page enter your desired episode details, attach the episode file and if you want, an episode image.
- Once you have added the project page, filled in details and added episodes, you will be able to view your podcast and play/view episodes at the podcast page url. Your RSS Feed https://example.com/$PodcastPage/rss (where
$PodcastPage
is the URL segment of your page) - Single episodes are linkable/viewable at https://example.com/$PodcastPage/episode/$ID (where
$PodcastPage
is the URL segment of your podcast page and$ID
being the unique ID of the podcast episode, viewable in the CMS)
Contact
Feel free to email me at GitHub repository or feel free to issue a pull request with a fix.
All versions of silverstripe-podcast with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
^4.1
silverstripe/cms Version ^4.1
phansys/getid3 Version ^2.1@dev
silverstripe/cms Version ^4.1
phansys/getid3 Version ^2.1@dev
The package lukereative/silverstripe-podcast contains the following files
Loading the files please wait ....