Makes URL slugs from text strings.
There are a lot of other classes for slugging, and some of these influenced Sluggo, but each one has different nuances. For example, I think Don't Stop Believin
should end up as dont-stop-believin
and not as don-t-stop-believin
and that 68% of statistics are made up
should turn into 68-percent-of-statistics-are-made-up
.
See CHANGELOG.md
Sluggo works in PHP 5.3+. It might work in older versions, but you shouldn’t be using older versions.
Use Composer.
The files in this archive are released under the MIT license. You can find a copy of this license in LICENSE.txt.