Randomly generated coffee slugs -- by, Chris Kankiewicz (@PHLAK)
- PHP >= 8.0
composer require phlak/cafelias
use PHLAK\Cafelias;
$codename = new Cafelias\Codename();
// or
$codename = Cafelias\Codename::make();
// or
$codename = cafelias();
echo $codename; // Something like 'vanilla-cortado'
coconut-frappuccino
mint-coffee
marshmallow-macchiato
mocha-cortado
grande-irish-coffee
gingerbread-frappe
pumpkin-spice-cappuccino
mint-iced-coffee
peanut-butter-latte
tall-iced-coffee
A list of changes can be found on the GitHub Releases page.
For general help and support join our Spectrum community.
Please report bugs to the GitHub Issue Tracker.
This project is licensed under the MIT License.