uksarkar/petname-generator
Composer 安装命令:
composer require uksarkar/petname-generator
包简介
A PHP package for generating random pet names.
README 文档
README
PetNameGenerator is a simple and fun PHP library for generating random pet names. It combines adverbs, adjectives, and animal names to create unique and playful names for pets.
Installation
To install this package, use Composer:
composer require uksarkar/petname-generator
Usage
After installation, you can use the PetNameGenerator class to generate random pet names.
Basic Example
<?php require __DIR__ . '/vendor/autoload.php'; use PetNameGenerator\PetNameGenerator; echo PetNameGenerator::generate(); // e.g., "panda"
Custom Word Count and Separator
The generate method allows you to specify the number of words in the name and the separator between words.
<?php use PetNameGenerator\PetNameGenerator; // Generate a name with 3 words, separated by a dash echo PetNameGenerator::generate(3, '-'); // e.g., "merrily-bouncy-tiger" // Generate a name with 4 words, separated by an underscore echo PetNameGenerator::generate(4, '_'); // e.g., "quickly_silly_fox_brave"
API
generate(int $wordCount = 2, string $separator = ' '): string
Generates a random pet name.
$wordCount: (optional) The number of words in the generated name. Default is 1.$separator: (optional) The separator to use between words. Default is a-.
Returns: A string representing the generated pet name.
Customization
You can easily modify the source code to add more adverbs, adjectives, or animals to personalize the names generated by the library.
Contributing
Feel free to open issues or submit pull requests if you'd like to contribute. Contributions are always welcome!
License
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy generating fun names for pets!
uksarkar/petname-generator 适用场景与选型建议
uksarkar/petname-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.35k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 10 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 uksarkar/petname-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 uksarkar/petname-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 5.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-28