PHPackages                             lozy219/ipa-distribution - 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. lozy219/ipa-distribution

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

lozy219/ipa-distribution
========================

PHP class that handles the iOS Wireless App Distribution manifest

0321CSS

Since Jul 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/lozy219/IPA-Distribution)[ Packagist](https://packagist.org/packages/lozy219/ipa-distribution)[ RSS](/packages/lozy219-ipa-distribution/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

IPA Distribution class
======================

[](#ipa-distribution-class)

*Wouter van den Broek*
*Version: 0.1.1*
**

Includes: cfpropertylist (Licensed Under MIT) and the CSS from UiUIKit Framework (Licensed Under GNU General Public License v3) for the example

What is it
----------

[](#what-is-it)

The IPA Distribution class is an PHP class which creates the Wireless Manifest from any IPA (iPhone/iPad/iPad application file) which is needed for iOS Wireless App Distribution.
If you put your Provisioning Profile of the application in the same folder it will look it up and returns the url to it.
iOS Wireless App Distribution is available since iOS 4, it will **not** work on iPhone OS 3 or lower!

How to Use
----------

[](#how-to-use)

### Setup

[](#setup)

Upload the class file to a webserver and make the folder in which it stands writable (it needs to make some temporary files and an folder where the manifest is created) and include the class after which you can call the action.

```
	require("ipaDistrubution.php");
	$ipa = new ipaDistrubution("Location of IPA file");

```

### Getting the link

[](#getting-the-link)

After you make a new instance you can get the install url with:

```
	$ipa->applink;

```

If you open the URL in Safari on your iOS 4 device it will ask you if it can install the application (if the right Provision Profile is installed).

The url to the Provision Profile can be retreived by

```
	$ipa->provisionprofile;

```

Other variables that you can use are the app's icon (if GD library is installed and the iTunesArtwork is included in the IPA) and the app's title

```
	$ipa->icon;
	$ipa->appname;

```

Disclaimer
----------

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### cfpropertylist

[](#cfpropertylist)

Copyright (c) 2009 Christian Kruse, Rodney Rehm

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![lozy219](https://avatars.githubusercontent.com/u/6064797?v=4)](https://github.com/lozy219 "lozy219 (20 commits)")[![wbroek](https://avatars.githubusercontent.com/u/73628?v=4)](https://github.com/wbroek "wbroek (5 commits)")

### Embed Badge

![Health badge](/badges/lozy219-ipa-distribution/health.svg)

```
[![Health](https://phpackages.com/badges/lozy219-ipa-distribution/health.svg)](https://phpackages.com/packages/lozy219-ipa-distribution)
```

PHPackages © 2026

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