PHPackages                             bushbaby/diawi-uploader - 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. bushbaby/diawi-uploader

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

bushbaby/diawi-uploader
=======================

Uploads your mobile builds to Diawi.com

0.1.4(9y ago)523MITPHPPHP ^5.5 || ^7.0

Since Jan 6Pushed 9y ago3 watchersCompare

[ Source](https://github.com/bushbaby/diawi-uploader)[ Packagist](https://packagist.org/packages/bushbaby/diawi-uploader)[ Docs](https://github.com/bushbaby/diawi-uploader)[ RSS](/packages/bushbaby-diawi-uploader/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (7)Versions (6)Used By (0)

Diawi Uploader
==============

[](#diawi-uploader)

Quick hack to upload your mobile builds to [Diawi](http://diawi.com). A tool for developers to deploy development and in-house applications directly to the devices.

[![Latest Stable Version](https://camo.githubusercontent.com/37b57bd9b701c943a1507dabbfbf58e0e1460c088dd094f5362f8c0ffd1f8e67/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f762f737461626c65)](https://packagist.org/packages/bushbaby/diawi-uploader)[![Total Downloads](https://camo.githubusercontent.com/fd58d7d5a1ff088e106e5dbb3df93863367a8fb602d2df953f73fb2b71f33706/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f646f776e6c6f616473)](https://packagist.org/packages/bushbaby/diawi-uploader)[![Latest Unstable Version](https://camo.githubusercontent.com/ab6b9f9ca92ad53f026719710109e03ec1db624ff3befb3dd356a59a3306f2fd/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f762f756e737461626c65)](https://packagist.org/packages/bushbaby/diawi-uploader)[![License](https://camo.githubusercontent.com/17c2173c3c5dbed4bdd37c2bbd3c7ab5b7988f82f95223d1d98d59a36cd65640/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f6c6963656e7365)](https://packagist.org/packages/bushbaby/diawi-uploader)[![Monthly Downloads](https://camo.githubusercontent.com/f4199bc00774a6b58b963664ba56d3c559faf0c4e56bdfa9ff73b4fe63fabce4/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f642f6d6f6e74686c79)](https://packagist.org/packages/bushbaby/diawi-uploader)[![Daily Downloads](https://camo.githubusercontent.com/5036538bed958731b1ab695ca6d67f3a6ebb4b600962b92e9250fd297b216cdf/68747470733a2f2f706f7365722e707567782e6f72672f62757368626162792f64696177692d75706c6f616465722f642f6461696c79)](https://packagist.org/packages/bushbaby/diawi-uploader)

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

[](#installation)

```
composer g require bushbaby/diawi-uploader

```

Installs this globally (usually to ~/.composer) so as long as ~/.composer/bin is on your PATH you'll be able to run it's commands.

Configuration
-------------

[](#configuration)

You'll need to add a API token from diawi.com. Use the configure command to store it.

Usage Commands
--------------

[](#usage-commands)

### Configure

[](#configure)

```
diawi-uploader configure

```

Will ask you for the appriopiate information regarding the option and persists it to `~/.diawi-uploader.php`.

supported options:

- token: The API token provided by diawi.com
- find\_by\_udid: May users find apps by apps device id on diawi.com
- wall\_of\_apps: Should apps by advertised on the 'wall of apps'.

Use `diawi-uploader configure` to show the currently set configuration options.

### Upload

[](#upload)

To upload a file to diawi use this simple command.

```
diawi-uploader upload

```

To poll the processing of a job run the following command. Note that running the upload command will run this command automaticly.

### Status

[](#status)

```
diawi-uploader status

```

Once the job has been successfully processed a browser is opened to the page on diawi.com

Limitations
-----------

[](#limitations)

Currently only opens a final URL such as `https://install.diawi.com/GtYhbDr` on OSX.

Some flies we're killed during development, though not intentionally!

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3326d ago

### Community

Maintainers

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

---

Top Contributors

[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (7 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bushbaby-diawi-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/bushbaby-diawi-uploader/health.svg)](https://phpackages.com/packages/bushbaby-diawi-uploader)
```

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

670139.5k6](/packages/spatie-laravel-export)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.0k4.9k](/packages/shlinkio-shlink)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k44](/packages/friendsoftypo3-content-blocks)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[eliashaeussler/typo3-solver

Solver - Extends TYPO3's exception handling with AI generated solutions. Problems can also be solved from command line. Several OpenAI parameters are configurable and prompts and solution providers can be customized as desired.

292.1k](/packages/eliashaeussler-typo3-solver)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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