Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

PHP 5.3 library to convert any kind of text into an URL friendly string (ABANDONED)

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).