An open API service indexing awesome lists of open source software.

https://github.com/pishran/persian-slug

ایجاد اسلاگ استاندارد و فارسی
https://github.com/pishran/persian-slug

persian php slug string url

Last synced: 11 days ago
JSON representation

ایجاد اسلاگ استاندارد و فارسی

Awesome Lists containing this project

README

        

# Persian Slug

ایجاد اسلاگ استاندارد و فارسی

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

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

## روش نصب

برای نصب و استفاده از این پکیج می توانید از کمپوسر استفاده کنید:

`composer require pishran/persian-slug`