PHPackages                             baki/loremipsum - 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. baki/loremipsum

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

baki/loremipsum
===============

Lorem Ipsum generator

04PHP

Since Aug 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/BojanDjurdjevic995/lorem-ipsum-generator)[ Packagist](https://packagist.org/packages/baki/loremipsum)[ RSS](/packages/baki-loremipsum/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Instruction
===========

[](#instruction)

This package is for generate lorem ipsum

For install type this command

```
composer require baki/loremipsum

```

After installation, on the page where you use the package you need to insert this part of the code

```
use Baki\LoremIpsum\LoremIpsum;

```

Simple text
===========

[](#simple-text)

For generate simple text

```
LoremIpsum::generate();

```

Text size
=========

[](#text-size)

There are 4 text sizes. They are listed as methods.

- LoremIpsum::short()-&gt;generate();
- LoremIpsum::medium()-&gt;generate();
- LoremIpsum::long()-&gt;generate();
- LoremIpsum::verylong()-&gt;generate();

Methods
=======

[](#methods)

All possible parameters (References as methods):

- short
- medium
- long
- verylong
- decorate
- link
- ul
- ol
- dl
- bq
- code
- headers
- allcaps
- prude

Counting
========

[](#counting)

the `count` method is used to obtain the desired paragraph number.

`Example`

```
LoremIpsum::short()->count(2)->generate();

```

Here are a few examples
=======================

[](#here-are-a-few-examples)

`Short text, order list` :

```
LoremIpsum::short()->ol()->generate();

```

`Verylong text, unorder list, code` :

```
LoremIpsum::verylong()->ul()->code()->generate();

```

`Medium text 2 paragrafhs, link, headers` :

```
LoremIpsum::medium()->link()->headers()->count(2)->generate();

```

`Allcaps text, long, decorate` :

```
LoremIpsum::long()->decorate()->allcaps()->generate();

```

`Long text, headers, unorder list` :

```
LoremIpsum::long()->headers()->ul()->generate();

```

Only text
=========

[](#only-text)

For return only text without html tags, use method text();

`Example` :

```
LoremIpsum::short()->ol()->text()->generate();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/9e893ad5d688f522745b4def59edf658bc65d19cdbb8094911da476acd1268b1?d=identicon)[baki1995](/maintainers/baki1995)

---

Top Contributors

[![Baki995](https://avatars.githubusercontent.com/u/118567196?v=4)](https://github.com/Baki995 "Baki995 (12 commits)")

### Embed Badge

![Health badge](/badges/baki-loremipsum/health.svg)

```
[![Health](https://phpackages.com/badges/baki-loremipsum/health.svg)](https://phpackages.com/packages/baki-loremipsum)
```

###  Alternatives

[apinstein/expiring-hash

A utililty to easily create crypographically signed URLs for temporary ad-hoc URL access.

1634.4k1](/packages/apinstein-expiring-hash)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1411.3k1](/packages/efficiently-jquery-laravel)[typerocket/laravel

Makes form building and model binding a breeze.

113.8k](/packages/typerocket-laravel)

PHPackages © 2026

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