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.
- Host: GitHub
- URL: https://github.com/becklyn/slug
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2019-06-12T18:53:58.000Z (almost 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-02-17T16:01:21.000Z (over 3 years ago)
- Last Synced: 2024-09-17T08:34:57.945Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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");
```