PHPackages                             podcastindex/podcastindex-php - 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. podcastindex/podcastindex-php

ActiveLibrary

podcastindex/podcastindex-php
=============================

A PHP wrapper for the PodcastIndex API.

1.0.3(5y ago)213.1k—7.1%1PHP

Since Sep 10Pushed 5y ago2 watchersCompare

[ Source](https://github.com/LowSociety/podcastindex-php)[ Packagist](https://packagist.org/packages/podcastindex/podcastindex-php)[ RSS](/packages/podcastindex-podcastindex-php/feed)WikiDiscussions master Synced 1mo ago

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

podcastindex-php
================

[](#podcastindex-php)

A PHP wrapper for the PodcastIndex API.

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

[](#installation)

Install the library using Composer. Please read the [Composer Documentation](https://getcomposer.org/doc/01-basic-usage.md) if you are unfamiliar with Composer or dependency managers in general.

```
"require": {
    "podcastindex/podcastindex-php": "~1.0"
}
```

Example usage
-------------

[](#example-usage)

See the [PodcastIndex Documention](https://api.podcastindex.org/developer_docs) for all available methods.

```
$client = new PodcastIndex\Client([
    'app' => 'AppName',
    'key' => $key,
    'secret' => $secret
]);
$searchResult = $client->search->byTerm('batman university')->json();

$podcasts = $client->podcasts->byFeedUrl('https://feeds.theincomparable.com/batmanuniversity')->json();
```

If an endpoint is not (yet) available in this library, you can always manually call `$client->get('/full/endpoint/url/', $query)` for a manual interface.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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 ~0 days

Total

4

Last Release

2076d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e2de74425db666c8debd844925443782bca7bc126ddea06a068082d8262ba18?d=identicon)[LowSociety](/maintainers/LowSociety)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/podcastindex-podcastindex-php/health.svg)

```
[![Health](https://phpackages.com/badges/podcastindex-podcastindex-php/health.svg)](https://phpackages.com/packages/podcastindex-podcastindex-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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