dnkmdg/slugifyer
最新稳定版本:0.0.3
Composer 安装命令:
composer require dnkmdg/slugifyer
包简介
Makes transliterable slugs from string
README 文档
README
Slugifyer is a simple tool to convert strings into URL-friendly slugs.
Installation
To install Slugifyer, you can use npm:
composer require dnkmdg/slugifyer
Usage
Here's a basic example of how to use Slugifyer:
use Dnkmdg\Slugifyer; Slugifyer::make('Hello world!'); // Output: hello-world
License
This project is licensed under the MIT License.
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-08