Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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