PHPackages                             rpalladino/php-lipsum - 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. [CLI &amp; Console](/categories/cli)
4. /
5. rpalladino/php-lipsum

ActiveLibrary[CLI &amp; Console](/categories/cli)

rpalladino/php-lipsum
=====================

CLI and PHP class for generating dummy text using www.lipsum.com

v1.0(11y ago)113MITPHP

Since May 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rpalladino/php-lipsum)[ Packagist](https://packagist.org/packages/rpalladino/php-lipsum)[ RSS](/packages/rpalladino-php-lipsum/feed)WikiDiscussions master Synced 2mo ago

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

php-lipsum
==========

[](#php-lipsum)

[ ![Codeship Status for rpalladino/php-lipsum](https://camo.githubusercontent.com/9528d282199ad345c430362b79aa9a593daca9135aa27dbc88a7076e22d07674/68747470733a2f2f696d672e736869656c64732e696f2f636f6465736869702f32623630373766302d643861622d303133322d663538352d3736393430356366646135392e737667)](https://codeship.com/projects/78908)

CLI and PHP class for generating lorem ipsum text using [www.lipsum.com](http://www.lipsum.com)

Install
-------

[](#install)

Via Composer

```
$ composer require rpalladino/php-lipsum
```

Usage
-----

[](#usage)

### CLI

[](#cli)

```
$ ./vendor/bin/lipsum
```

#### Options

[](#options)

```
Usage:
 lipsum [-w|--what="..."] [-a|--amount="..."] [-s|--start-with-lipsum]

Options:
 --what (-w)              The kind of text to generate: paras, words, bytes, lists (default: "paras")
 --amount (-a)            The amount of text to generate (default: 5)
 --start-with-lipsum (-s) Start generated text with "Lorem ipsum dolor sit amet."
```

#### Examples

[](#examples)

```
# get 1 paragraph of text
$ ./vendor/bin/lipsum -a 1

# get 25 words of text beginning with "lorem ipsum"
$ ./vendor/bin/lipsum -w words -a 25 -s

# get 3 list items
$ ./vendor/bin/lipsum -w lists -a 3
```

### PHP Class

[](#php-class)

```
require "vendor/autoload.php";

$lipsum = new Rpalladino\Lipsum\Lipsum();

// get 1 paragraph of text
$lipsum->getParagraphs(1);

// get 25 words of text beginning with "lorem ipsum"
$lipsum->getWords(25, true);

// get 3 list items
$lipsum->getLists(3);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4017d ago

### Community

Maintainers

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

---

Top Contributors

[![rpalladino](https://avatars.githubusercontent.com/u/1429151?v=4)](https://github.com/rpalladino "rpalladino (25 commits)")

---

Tags

clilipsum

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rpalladino-php-lipsum/health.svg)

```
[![Health](https://phpackages.com/badges/rpalladino-php-lipsum/health.svg)](https://phpackages.com/packages/rpalladino-php-lipsum)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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