Download the PHP package elefant/app-lorem without Composer
On this page you can find all versions of the php package elefant/app-lorem. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package app-lorem
Lorem Ipsum generator
App to generate lorem ipsum text for testing and prototyping in the Elefant CMS.
Installation
Unzip into your Elefant apps
folder.
Usage
In a view template:
{! lorem/h1 !}
{! lorem/p/2 !}
Generates:
<h1>Lorem ipsum dolor sit amet</h1>
<p>Lorem ipsum...</p>
<p>Integer sed...</p>
From PHP:
A number can be passed to each method or appended to each handler call to specify the number of words or paragraphs or list items to include.
Supported methods:
* `Lorem::p()` aka `lorem/p`
* `Lorem::ul()` aka `lorem/ul`
* `Lorem::ol()` aka `lorem/ol`
* `Lorem::h1()-h6()` aka `lorem/h1-h6`
All versions of app-lorem with dependencies
PHP Build Version
Package Version
Requires
elefant/app-installer Version
*
The package elefant/app-lorem contains the following files
Loading the files please wait ....