phlak / coffee-codename
Generate random codenames based on coffee drinks
2.0.0
2023-01-11 16:16 UTC
Requires
- php: ^8.0 || ^8.1 || ^8.2
- tightenco/collect: ^8.0 || ^9.0
Requires (Dev)
- phlak/coding-standards: ^2.0
- phpstan/phpstan: ^1.9
- psy/psysh: ^0.11
- yoast/phpunit-polyfills: ^1.0
This package is auto-updated.
Last update: 2024-10-30 01:37:27 UTC
README
Randomly generated coffee slugs -- by, Chris Kankiewicz (@PHLAK)
Requirements
- PHP >= 8.0
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.