PHPackages                             spigo/lorem - 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. spigo/lorem

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

spigo/lorem
===========

Simple text and images for Laravel

1.0.5(4y ago)035MITPHP

Since Jan 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SpigoNet/lorem)[ Packagist](https://packagist.org/packages/spigo/lorem)[ RSS](/packages/spigo-lorem/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (8)Used By (0)

lorem
=====

[](#lorem)

Lorem ipsum generator in PHP

Install
-------

[](#install)

```
composer require spigo/lorem

```

After you have installed open your Laravel config file config/app.php and add the following lines. In the $providers array add the service providers for this package.

```
Spigo\Lorem\LoremServiceProvider::class

```

\#Usage Access Lorem by using the global helper lorem()

HTML
----

[](#html)

```

        {!! lorem()->paragraph()->getHtml() !!}

```

```

        {!! lorem()->paragraphs(17)->getHtml() !!}

```

Image
-----

[](#image)

```

        {!! lorem()->image()->getHtml() !!}

```

```

        {!! lorem()->image(1000, 600, ['class' => 'img-responsive']) !!}

```

```

```

Text
----

[](#text)

```

    {!! lorem()->paragraph()->get() !!}

```

```

    {!! lorem()->paragraphs(17)->get() !!}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

7

Last Release

1626d ago

Major Versions

v0.1.2-alpha → 1.0.22022-01-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1114245?v=4)[Peter Rusiňák](/maintainers/spigo)[@spigo](https://github.com/spigo)

---

Top Contributors

[![GustavoSpigo](https://avatars.githubusercontent.com/u/27092807?v=4)](https://github.com/GustavoSpigo "GustavoSpigo (9 commits)")

### Embed Badge

![Health badge](/badges/spigo-lorem/health.svg)

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

###  Alternatives

[bentools/cartesian-product

A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.

87943.2k19](/packages/bentools-cartesian-product)[mage-os/module-meta-robots-tag

NoIndex NoFollow NoArchive Tag extension

1016.1k](/packages/mage-os-module-meta-robots-tag)

PHPackages © 2026

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