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

https://github.com/becklyn/slug

Everything about slugs for Symfony.
https://github.com/becklyn/slug

Last synced: 3 months ago
JSON representation

Everything about slugs for Symfony.

Awesome Lists containing this project

README

        

Slug
====

A bundle about slugs.

Components
----------

### SlugGenerator

Generates slugs.

```php
$generator = new SlugGenerator();
$generator->generate("Some text that is not a slug");
```