Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeylukin/unislug
PHP unicode string to slug converter
https://github.com/sergeylukin/unislug
Last synced: 27 days ago
JSON representation
PHP unicode string to slug converter
- Host: GitHub
- URL: https://github.com/sergeylukin/unislug
- Owner: sergeylukin
- Created: 2022-08-16T00:44:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T00:44:47.000Z (over 2 years ago)
- Last Synced: 2024-05-09T04:59:00.111Z (8 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unislug
Library that allows converting unicode strings into slug-ready strings
# Installation
Use composer to require in your `composer.json`:
```
"sergeylukin/unislug": "dev-master"
```or just run `composer require sergeylukin/unislug`
# Usage
```php
');
```# Development
Install [git](http://git-scm.com) and [composer](http://getcomposer.org)
```
git clone https://github.com/sergeylukin/unislug.git
composer install
```Run tests:
```
./vendor/bin/codecept run
```# License
MIT