Skip to content

A PHP package to generate lorem ipsum text from Don Quixote.

Notifications You must be signed in to change notification settings

JustinLawrenceMS/quixotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quixotify

================

A PHP package to generate lorem ipsum text from Don Quixote.

Installation


Composer

composer require justinlawrencems/quixotify

Usage


Basic Example

use Quixotify\Controller;
use Quixotify\Generator;

$generator = new Generator(new Controller);
$text = $quixotify->generate('characters', 500);

echo $text;

Available Methods

  • generate($type, $amount): Generate text by $type (characters, words, or sentences) and $amount.

Contributing


Pull requests and issues welcome!

License


MIT License

Author


Justin Lawrence, MS

Changelog


v1.0.3-beta

See it in action

This API uses Quixotify:

https://soothsayer-api.com/api/v1/donquixote/characters?characters=50

About

A PHP package to generate lorem ipsum text from Don Quixote.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages