PHPackages                             lukaswhite/itunes-categories - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lukaswhite/itunes-categories

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lukaswhite/itunes-categories
============================

iTunes categories

0.0.2(3y ago)016.8k↑14.3%1[1 PRs](https://github.com/lukaswhite/lukaswhite-itunes-categories/pulls)2MITPHP

Since Dec 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lukaswhite/lukaswhite-itunes-categories)[ Packagist](https://packagist.org/packages/lukaswhite/itunes-categories)[ RSS](/packages/lukaswhite-itunes-categories/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (2)

iTunes Categories
=================

[](#itunes-categories)

This simple PHP package simply defines all of the valid categories for iTunes podcasts.

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

[](#installation)

```
composer require lukaswhite/itunes-categories
```

Usage
-----

[](#usage)

```
use Lukaswhite\ItunesCategories\Categories;

$categories = new Categories();

$categories->all();
```

This simply returns a nested associative array of all the categories as objects.

You can get a category directly:

```
$categories->get('Sports');
$categories->get('Sports', 'Football');
$categories->get('Kids &amp; Family'); // NOTE we're using the key
```

You can check whether categories exist:

```
$categories->has('Sports') // true
$categories->has('Sports', 'Football'); // true
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

1392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1bd633ffdf0f66a73a288c4edcacfa43d214cd95a53384c6fe5ea4b3554dd9d?d=identicon)[lukaswhite](/maintainers/lukaswhite)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lukaswhite-itunes-categories/health.svg)

```
[![Health](https://phpackages.com/badges/lukaswhite-itunes-categories/health.svg)](https://phpackages.com/packages/lukaswhite-itunes-categories)
```

PHPackages © 2026

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