Download the PHP package grandt/phplipsum without Composer
On this page you can find all versions of the php package grandt/phplipsum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download grandt/phplipsum
More information about grandt/phplipsum
Files in grandt/phplipsum
Download grandt/phplipsum
More information about grandt/phplipsum
Files in grandt/phplipsum
Vendor grandt
Package phplipsum
Short Description LipsumGenerator can be used to create garbeled, non repetitive 'chapters' using the standard Lorem Ipsum text as a basis. It'll try to generate reasonable well looking paragraphs in the chapters.
License LGPL-2.1
Homepage https://github.com/Grandt/PHPLipsumGenerator
Package phplipsum
Short Description LipsumGenerator can be used to create garbeled, non repetitive 'chapters' using the standard Lorem Ipsum text as a basis. It'll try to generate reasonable well looking paragraphs in the chapters.
License LGPL-2.1
Homepage https://github.com/Grandt/PHPLipsumGenerator
Keywords testLorem ipsum
Please rate this library. Is it a good library?
Informations about the package phplipsum
PHPLipsumGenerator
Create garbled, non repetitive "chapters" using the standard Lorem Ipsum text as a basis.
License
LGPL 2.1
Guide
The intention is to help debug or test text input, by being quickly able to generate vast amounts of non predictable text.
The user can set the source text to something different than the original Latin Lorem text, if desired.
To use the class, simply call generate with these parameters, all of which are optional:
- $minWordCount (integer) Default: 200.
- $maxWordCount (integer) Default: 2000.
- $useMultipleParagraphs (boolean) Generate a text with multiple paragraphs. Default: TRUE.
- $startWithLorem (boolean) Will start each chapter with the text "Lorem ipsum dolor sit amet, consectetur adipisicing elit.", the length of which is subtracted from the $minWordCount. Used to help identify the place holder text for what it really is. Default: TRUE.
- $indent (String) Indentation of each new paragraph in the generated text. Default: " " (two spaces).
- $eol (String) End of line sequence. Default: The Windows new line sequence ("\r\n").
generateHTML is a convenience method, identical to generate, but where $indent="<p>" and $eol="</p>\r\n".
All versions of phplipsum with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package grandt/phplipsum contains the following files
Loading the files please wait ....