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

ActiveLibrary[API Development](/categories/api)

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

A PHP wrapper for the PodcastIndex API.

v1.0.1(8mo ago)023PHP

Since Oct 14Pushed 8mo agoCompare

[ Source](https://github.com/aklipfel/podcastindex-php)[ Packagist](https://packagist.org/packages/aklipfel/podcastindex-php)[ RSS](/packages/aklipfel-podcastindex-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)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

29

—

LowBetter than 57% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% 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

2

Last Release

263d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/71184355?v=4)[aklipfel](/maintainers/aklipfel)[@aklipfel](https://github.com/aklipfel)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/aklipfel-podcastindex-php/health.svg)](https://phpackages.com/packages/aklipfel-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)
