https://github.com/romac/rrslug
PHP 5.3 library to convert any kind of text into an URL friendly string (ABANDONED)
https://github.com/romac/rrslug
Last synced: about 1 year ago
JSON representation
PHP 5.3 library to convert any kind of text into an URL friendly string (ABANDONED)
- Host: GitHub
- URL: https://github.com/romac/rrslug
- Owner: romac
- License: other
- Created: 2009-09-01T10:45:45.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2010-10-24T21:31:20.000Z (over 15 years ago)
- Last Synced: 2025-04-12T13:19:02.363Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 862 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
README
RRSlug
======
Description
-----------
RRSlug is a PHP library which aims to turn any kind of text into an URL friendly string.
Usage
-----
filter( $text );
print $slug; // Output: 'vous-etes-les-bienvenus'
License
-------
The code is licensed under the very liberal [MIT license](http://opensource.org/licenses/mit-license.html).