Skip to content
Snippets Groups Projects
Name Last commit Last update
..
src
.gitignore
LICENSE
README.md
composer.json

PodcastNamespace

This project fetches data from the podcast namespace.

Usage

You probably need something like this in your composer.json:

"require": {
    "podlibre/podcast-namespace": "^1.0"
  },
"scripts": {
    "post-install-cmd": [
      "@php vendor/podlibre/podcast-namespace/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json >  app/Language/en/Taxonomy.php",
      "@php vendor/podlibre/podcast-namespace/src/TaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-fr.json >  app/Language/fr/Taxonomy.php",
      "@php vendor/podlibre/podcast-namespace/src/ReversedTaxonomyGenerate.php https://raw.githubusercontent.com/Podcastindex-org/podcast-namespace/main/taxonomy-en.json >  vendor/podlibre/podcast-namespace/src/ReversedTaxonomy.php",
    ]
}