PHPackages                             stevenmaguire/elvish-ipsum - 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. stevenmaguire/elvish-ipsum

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

stevenmaguire/elvish-ipsum
==========================

Elvish ipsum generator.

0.1.0(10y ago)171MITPHP

Since Oct 29Pushed 10y ago2 watchersCompare

[ Source](https://github.com/stevenmaguire/elvish-ipsum)[ Packagist](https://packagist.org/packages/stevenmaguire/elvish-ipsum)[ RSS](/packages/stevenmaguire-elvish-ipsum/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Elvish Ipsum Generator
======================

[](#elvish-ipsum-generator)

[![Latest Version](https://camo.githubusercontent.com/d4f5befe3a49b663fb8ccaac8f1c8c1789649dc9e78bf089d22c444b15525fa6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73746576656e6d6167756972652f656c766973682d697073756d2e7376673f7374796c653d666c61742d737175617265)](https://github.com/stevenmaguire/elvish-ipsum/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/81714f3d1f88ae88cd4f597f25ee3a835dd7a3f666918724334ac5e7a6b482ea/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73746576656e6d6167756972652f656c766973682d697073756d2f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/stevenmaguire/elvish-ipsum)[![Coverage Status](https://camo.githubusercontent.com/492ea8090514795d9d1e99bc5441d2a87c6db764e601627e4752e09fd24d65a1/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73746576656e6d6167756972652f656c766973682d697073756d2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/stevenmaguire/elvish-ipsum/code-structure)[![Quality Score](https://camo.githubusercontent.com/d84aa5de5a69e3cef1af97b741d070259fb58663e01612500f8451c25e090feb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73746576656e6d6167756972652f656c766973682d697073756d2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/stevenmaguire/elvish-ipsum)[![Total Downloads](https://camo.githubusercontent.com/59eaf841b5f97f504f107d6a11740697cfb65eb17e7a5ad5bd12a568526e0450/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746576656e6d6167756972652f656c766973682d697073756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stevenmaguire/elvish-ipsum)

### tl;dr

[](#tldr)

Add random elvish words to your laravel application.

### Required setup

[](#required-setup)

```
composer require stevenmaguire/elvish-ipsum
```

In your `config/app.php` add `'Stevenmaguire\ElvishIpsum\Provider'` to the end of the `$providers` array

```
'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Stevenmaguire\ElvishIpsum\Provider',

),
```

Also in your `config/app.php` add `'Elvish' => 'Stevenmaguire\ElvishIpsum\ElvishFacade'` to the end of the `$aliases` array

```
'aliases' => array(

    'App'             => 'Illuminate\Support\Facades\App',
    'Artisan'         => 'Illuminate\Support\Facades\Artisan',
    'Auth'            => 'Illuminate\Support\Facades\Auth',
    ...
    'Elvish'          => 'Stevenmaguire\ElvishIpsum\ElvishFacade',

),
```

### Usage

[](#usage)

When you want to include elvish text in your project, simply call one of the following methods:

```
    $words = Elvish::getWords(10);
    $sentences = Elvish::getSentences(6);
    $paragraphs = Elvish::getParagraphs(2);
```

*Originally crafted to support a [project](https://github.com/stevenmaguire/elvish-me) I demo'd at a [Chicago Laravel Meetup](http://www.meetup.com/laravel-chicago/events/199295092/)*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3849d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d9c05a30823ae19fc54aa4b4721a696c253f8dec10c7fd22d372cfdc0fcb36d?d=identicon)[stevenmaguire](/maintainers/stevenmaguire)

---

Top Contributors

[![stevenmaguire](https://avatars.githubusercontent.com/u/1851973?v=4)](https://github.com/stevenmaguire "stevenmaguire (2 commits)")

### Embed Badge

![Health badge](/badges/stevenmaguire-elvish-ipsum/health.svg)

```
[![Health](https://phpackages.com/badges/stevenmaguire-elvish-ipsum/health.svg)](https://phpackages.com/packages/stevenmaguire-elvish-ipsum)
```

###  Alternatives

[botman/driver-amazon-alexa

Amazon Alexa driver for BotMan

156.9k2](/packages/botman-driver-amazon-alexa)

PHPackages © 2026

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