| Recommend this page to a friend! | 
|  Download | 
| Info | Example |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 237 | All time:  8,070 This week: 673  | ||||
| Version | License | PHP version | Categories | |||
| php-slugit 0.5 | MIT/X Consortium ... | 5 | PHP 5, Text processing, SEO | 
| Description | Author | |
| This class can create a slug text for a URL from another text. | 
| 
<?php | 
create url slug from a text and replace special character
composer install
composer require afshinpersian/phpslugger
require __DIR__ . '/vendor/autoload.php';
use PhpSlugger\PhpSlugger;
$phpSlugger = new PhpSlugger();
echo $phpSlugger->slugit('? ? $ Þ ?  I am A web Developer'); // delta-euro-dollor-l-i-am-a-web-developer
|  Files (5) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  src (1 file) | ||||
|    composer.json | Data | Auxiliary data | ||
|    index.php | Example | Example script | ||
|    LICENSE | Lic. | License text | ||
|    README.md | Doc. | Documentation | ||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.