Cafelias

Randomly generated coffee slugs

MIT License

Downloads
6
Stars
2
Committers
3

Cafelias (caf • alias)

Randomly generated coffee slugs -- by, Chris Kankiewicz (@PHLAK)


Requirements

Install with Composer

composer require phlak/cafelias

Usage

use PHLAK\Cafelias;

$codename = new Cafelias\Codename();
// or
$codename = Cafelias\Codename::make();
// or
$codename = cafelias();

echo $codename; // Something like 'vanilla-cortado'

Example Codenames

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

Changelog

A list of changes can be found on the GitHub Releases page.

Troubleshooting

For general help and support join our Spectrum community.

Please report bugs to the GitHub Issue Tracker.

Copyright

This project is licensed under the MIT License.