teamonetickets / sluggo
This package is abandoned and no longer maintained.
No replacement package was suggested.
Makes URL slugs out of text strings.
1.0.0
2013-06-18 22:07 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
This package is auto-updated.
Last update: 2023-07-05 01:32:41 UTC
README
Makes URL slugs from text strings.
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
.
RELEASE INFORMATION
See CHANGELOG.md
SYSTEM REQUIREMENTS
Sluggo works in PHP 5.3+. It might work in older versions, but you shouldn’t be using older versions.
INSTALLATION
Use Composer.
LICENSE
The files in this archive are released under the MIT license. You can find a copy of this license in LICENSE.txt.