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. [API Development](/categories/api)
4. /
5. podcastindex/podcastindex-php

ActiveLibrary[API Development](/categories/api)

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

A PHP wrapper for the PodcastIndex API.

1.0.3(5y ago)215.2k↓14.7%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 3d 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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

2123d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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