Download .zip |
Info | Example | View files (5) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2018-01-04 (13 hours ago) | Not enough user ratings | Total: 174 This week: 10 | All time: 8,257 This week: 43 |
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. |
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 |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
index.php | Example | Example script | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
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.