library sluggo
Makes URL slugs out of text strings.
teamonetickets/sluggo
Makes URL slugs out of text strings.
- Wednesday, June 19, 2013
- by jwcobb
- Repository
- 2 Watchers
- 3 Stars
- 371 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Sluggo
Makes URL slugs from text strings., (*1)
Why another slugging class?
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
., (*2)
See CHANGELOG.md, (*3)
SYSTEM REQUIREMENTS
Sluggo works in PHP 5.3+. It might work in older versions, but you shouldnât be using older versions., (*4)
INSTALLATION
Use Composer., (*5)
LICENSE
The files in this archive are released under the MIT license.
You can find a copy of this license in LICENSE.txt., (*6)