moevbiz / k3-lipsum
Kirby 3 Plugin wrapper around php-loremipsum
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
- getkirby/composer-installer: ^1.1
- joshtronic/php-loremipsum: dev-master
This package is auto-updated.
Last update: 2025-03-18 05:17:46 UTC
README
composer require moevbiz/k3-lipsum
Usage: $page->lipsum()->word()
.
For other methods see the original repo at https://github.com/joshtronic/php-loremipsum
There's a more elaborate Kirby plugin that implements php-loremipsum
: https://github.com/bnomei/kirby3-random. It features loads of additional methods for randomness and dummy content. I would not have created this plugin if I had been aware of its existence.
MIT