pishran/persian-slug

从给定字符串生成一个URL友好的slug。

v1.2.1 2023-01-10 16:55 UTC

This package is auto-updated.

Last update: 2024-09-10 20:20:05 UTC


README

创建标准化的波斯语slug

str_slug_persian('سلام دنیا!');
// سلام-دنیا

str_slug_persian('Hello world!');
// hello-world

安装方法

您可以使用Composer来安装和使用此包

composer require pishran/persian-slug