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

ActiveLibrary[API Development](/categories/api)

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

A small package to interact with Itunes Search API

v1.0.3(7y ago)0987WTFPLPHPPHP &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 2w 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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

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

PHPackages © 2026

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