PHPackages                             pavankataria/laravel-ota-distribution-ios - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. pavankataria/laravel-ota-distribution-ios

ActiveLibrary[File &amp; Storage](/categories/file-storage)

pavankataria/laravel-ota-distribution-ios
=========================================

This package creates the html download views and routes required for both uploading ios builds and the creation of manifest files ready for downloading the ios builds.

101484[1 issues](https://github.com/pavankataria/laravel-ota-distribution-ios/issues)PHP

Since Feb 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pavankataria/laravel-ota-distribution-ios)[ Packagist](https://packagist.org/packages/pavankataria/laravel-ota-distribution-ios)[ RSS](/packages/pavankataria-laravel-ota-distribution-ios/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel OTA (Over-The-Air) Distribution for iOS
-----------------------------------------------

[](#laravel-ota-over-the-air-distribution-for-ios)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c406f16442969e845169fd18b30c999648759f59cca092c4ab3b675a0ef54bb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706176616e6b6174617269612f6c61726176656c2d6f74612d646973747269627574696f6e2d696f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pavankataria/laravel-ota-distribution-ios)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

The package creates the necessary files and routes on your server to cater for the upload of iOS .ipa files and provision the installation of those builds on iOS devices.

### Great, how does it work?

[](#great-how-does-it-work)

The package allows an integration tool to submit an iOS build to your server - where you can act as the host - the package’s service provider creates the routes that 1) handle the submission of the build which in turn create the necessary manifest files, views, and the download page required for over the air distribution for ios devices, and routes to download the build using those generated files.

Note, since iOS 9, over-the-air distribution requires the https protocol or installation will fail.

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

[](#installation)

Require this package with composer:

```
composer require "pavankataria/laravel-ota-distribution-ios":"dev-master"
```

After updating composer, add the ServiceProvider to the providers array in config/app.php

### Laravel 5.x:

[](#laravel-5x)

```
PavanKataria\OtaDistributionIos\ServiceProvider::class,
```

Run the publish command to finish with the installation, copy the views to the views vendor directory. The routes that serve the build use these views.

```
php artisan vendor:publish --provider="PavanKataria\OtaDistributionIos\ServiceProvider"
```

### Lumen:

[](#lumen)

For Lumen, register a different Provider in `bootstrap/app.php`:

### License

[](#license)

The Laravel OTA Distribution for iOS package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1791244?v=4)[Pavan Kataria](/maintainers/PavanKataria)[@pavankataria](https://github.com/pavankataria)

---

Top Contributors

[![pavankataria](https://avatars.githubusercontent.com/u/1791244?v=4)](https://github.com/pavankataria "pavankataria (17 commits)")

### Embed Badge

![Health badge](/badges/pavankataria-laravel-ota-distribution-ios/health.svg)

```
[![Health](https://phpackages.com/badges/pavankataria-laravel-ota-distribution-ios/health.svg)](https://phpackages.com/packages/pavankataria-laravel-ota-distribution-ios)
```

PHPackages © 2026

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