PHPackages                             timlebrun/itunes-search - 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. timlebrun/itunes-search

ActiveLibrary

timlebrun/itunes-search
=======================

A small package to interact with Itunes Search API

v1.0.3(7y ago)0976WTFPLPHPPHP &gt;=7.2.0

Since Nov 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/timlebrun/itunes-search)[ Packagist](https://packagist.org/packages/timlebrun/itunes-search)[ RSS](/packages/timlebrun-itunes-search/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

iTunes Search API
=================

[](#itunes-search-api)

This package aims to help interacting with Apple's iTunes Search API, to find stuff and things on the Store.

The API is kinda limited to about 20 requests a minute, so this package contains a small cache class and I strongly recommend using it.

Usage
-----

[](#usage)

### Initializing

[](#initializing)

```
$options = [
	'cache' => './itunes.json',
	// todo add 'ttl' => 3600,
];
$itunes = Itunes::connect($options);
$itunes->bundle('com.airweb.tixipass');

// Returns an ItunesEntity Object
```

### Lookup

[](#lookup)

Performs a Lookup request to the API

```
$itunes->lookup([
	'key' => 'value'
]);

// Returns an ItunesCollection object containing a list of ItunesEntity objects
```

To learn what keys and value you can set here, please refer to the [Apple Documentation](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/).

ItunesCollection object extends from [Laravel's Collections](https://laravel.com/docs/5.7/collections).

### Bundle ID

[](#bundle-id)

Its is possible to get an App by its bundle ID. It returns only a single entity, because Bundle IDs are unique. (maybe I should do the same for IDs ?).

```
$itunes->bundle('com.airweb.tixipass');

// Returns an ItunesEntity Object
```

This package comes with a [WTFPL licence](http://www.wtfpl.net/), so don't expect support or anything from me (please, thanks).

Love, bye ♥

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

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

Total

3

Last Release

2728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/160361c67d4f6ad3c9564adfae4da735a2b55d21265d747edee2b0498dfa773c?d=identicon)[Tim Lebrun](/maintainers/Tim%20Lebrun)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/timlebrun-itunes-search/health.svg)

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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