https://github.com/pishran/persian-slug
ایجاد اسلاگ استاندارد و فارسی
https://github.com/pishran/persian-slug
persian php slug string url
Last synced: over 1 year ago
JSON representation
ایجاد اسلاگ استاندارد و فارسی
- Host: GitHub
- URL: https://github.com/pishran/persian-slug
- Owner: pishran
- License: mit
- Created: 2019-01-09T00:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T16:58:04.000Z (over 3 years ago)
- Last Synced: 2025-03-26T05:21:48.748Z (over 1 year ago)
- Topics: persian, php, slug, string, url
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Persian Slug
ایجاد اسلاگ استاندارد و فارسی
```php
str_slug_persian('سلام دنیا!');
// سلام-دنیا
str_slug_persian('Hello world!');
// hello-world
```
## روش نصب
برای نصب و استفاده از این پکیج می توانید از کمپوسر استفاده کنید:
`composer require pishran/persian-slug`