PHPackages                             gajmohan/random-wait-message - 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. gajmohan/random-wait-message

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

gajmohan/random-wait-message
============================

A simple package to get random wait message

04PHP

Since Jun 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gajMohan/random-wait-message)[ Packagist](https://packagist.org/packages/gajmohan/random-wait-message)[ RSS](/packages/gajmohan-random-wait-message/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

random-wait-message
===================

[](#random-wait-message)

Simple PHP package to generate random fun wait messages

Usage
=====

[](#usage)

Get a random message
--------------------

[](#get-a-random-message)

```
    echo RandomWaitMessage::getMessageString();
    // "Put your headphones on and have a personal dance party 🎶💃🕺"

    # without an emoji
    echo RandomWaitMessage::getMessageString(false);
    // "Catch up on the 16,527 unread emails you have"

```

Get a random Message as an array
--------------------------------

[](#get-a-random-message-as-an-array)

```
    print_r(RandomWaitMessage::getMessageArray());
    // ['message' => 'Meditate', 'emoji' => '🧘‍']

```

Get all random messages
-----------------------

[](#get-all-random-messages)

```
    print_r(RandomWaitMessage::getAllMessage());
    // [['message' => 'Pretend you are a ninja', 'emoji' => '🥷🏻‍'],...]

```

Include Custom Messages
-----------------------

[](#include-custom-messages)

```
    $customMessage = Message::newMessage('Fork this repo', '🍴');
    $secondCustomMessage = Message::newMessage('Make a PR', '👩‍💻');

    # single message
    RandomWaitMessage::getMessageString($includeEmoji = true, $customMessage, $secondCustomMessage...);

    # single message array
    RandomWaitMessage::getMessageArray($customMessage, $secondCustomMessage...);

    # all messages
    RandomWaitMessage::getAllMessage($customMessage, $secondCustomMessage...)

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/52197073?v=4)[Gaj Mohan](/maintainers/gajmohan)[@gajMohan](https://github.com/gajMohan)

---

Top Contributors

[![gajMohan](https://avatars.githubusercontent.com/u/52197073?v=4)](https://github.com/gajMohan "gajMohan (11 commits)")

### Embed Badge

![Health badge](/badges/gajmohan-random-wait-message/health.svg)

```
[![Health](https://phpackages.com/badges/gajmohan-random-wait-message/health.svg)](https://phpackages.com/packages/gajmohan-random-wait-message)
```

###  Alternatives

[fpn/tag-bundle

FPN Tag Bundle

75408.2k2](/packages/fpn-tag-bundle)[adespresso/feature-bundle

Manage release of new features

1590.1k](/packages/adespresso-feature-bundle)

PHPackages © 2026

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