phlak/coffee-codename

Generate random codenames based on coffee drinks

2.0.0 2023-01-11 16:16 UTC

README

Latest Stable Version Total Downloads License Build Status StyleCI

Join our Community Become a Sponsor One-time Donation

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.