PHPackages                             akirk/my-apps - 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. akirk/my-apps

ActiveWordpress-plugin

akirk/my-apps
=============

A WordPress app launcher

20PHP

Since Jan 30Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/akirk/my-apps)[ Packagist](https://packagist.org/packages/akirk/my-apps)[ RSS](/packages/akirk-my-apps/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

My Apps
=======

[](#my-apps)

- Contributors: akirk
- Tags: apps
- Requires at least: 5.0
- Tested up to: 6.8
- License: GPL-2.0-or-later
- Stable tag: 1.2.0

A WordPress app launcher.

Description
-----------

[](#description)

This plugin adds a `/my-apps/` route to your WordPress so that it can act as your personal apps launcher.

You can use your own WordPress as the place where you host apps in form of plugins. It can be hard to launch them since you have to navigate wp-admin. This adds a dashboard like an mobile phone launcher to your WordPress.

Plugin "Apps" can register their own icons but you can add your own links.

### Code Example

[](#code-example)

```
add_filter( 'my_apps_plugins', function ( $apps ) {
    // Add your app to the array. These three keys are mandatory:
    $apps['friends'] = array(
        // Name: The name that will be displayed.
        'name'     => __( 'Friends', 'friends' ),
        // The icon as a URL. You can also use a local URL inside a plugin, using `plugins_url()`.
        'icon_url' => 'https://ps.w.org/friends/assets/icon-256x256.png',
        // The URL this should link to.
        'url'      => home_url( '/friends/' ),
    );
    return $apps;
} );

```

Screenshots
-----------

[](#screenshots)

1. The Launcher
2. Settings

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance54

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity12

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://www.gravatar.com/avatar/d4e1c2b807f44f821b9391c5501a2682aa0cbc1b598cf1952842f382d72d023b?d=identicon)[akirk](/maintainers/akirk)

---

Top Contributors

[![akirk](https://avatars.githubusercontent.com/u/203408?v=4)](https://github.com/akirk "akirk (27 commits)")

### Embed Badge

![Health badge](/badges/akirk-my-apps/health.svg)

```
[![Health](https://phpackages.com/badges/akirk-my-apps/health.svg)](https://phpackages.com/packages/akirk-my-apps)
```

PHPackages © 2026

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