pm5/moretext

Get dummy Chinese text (lorem ipsum) with Handlino serivce.

v0.1.0 2015-09-03 18:45 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:18:37 UTC


README

Get dummy Chinese text (lorem ipsum) with Handlino serivce.

Usage

$moretext = new Moretext\Client();
foreach ($moretext->get(5, [20, 30]) as $sentence) {
    echo $sentence . "\n";
}

See http://more.handlino.com/api for the Handlino API.

TODO

Command-line tool:

$ moretext
$ moretext -n 11 --limit 29

License

MIT License