Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/romac/rrslug
- Owner: romac
- License: other
- Created: 2009-09-01T10:45:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-24T21:31:20.000Z (about 14 years ago)
- Last Synced: 2024-04-14T07:35:43.074Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 862 KB
- Stars: 0
- Watchers: 4
- 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).