Skip to content

slug is a free function to create beautiful URL for blog or website.

License

Notifications You must be signed in to change notification settings

flanderboy/slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

slug

slug is a free function to create beautiful URL for blog or website.

Installation

require_once ('/path/to/slug.php');

Usage

Load the library

$slug = new Slug();

Create URL

$title 	= 'slug is a free function to create beautiful URL.';
$url 	= $slug->create($title);
echo $url;

Result

slug-is-a-free-function-to-create-beautiful-url

License

slug is licensed under the MIT license. See License File for more information.

About

slug is a free function to create beautiful URL for blog or website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages