Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 107 | All time: 9,684 This week: 673 |
Version | License | PHP version | Categories | |||
php-slugify 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Text processing |
<p align="center"><a href="https://pharaonic.io" target="_blank"><img src="https://raw.githubusercontent.com/Pharaonic/logos/main/php/slugify.jpg" width="470"></a></p>
<p align="center"> <a href="https://github.com/Pharaonic/php-slugify" target="_blank"><img src="http://img.shields.io/badge/source-pharaonic/php--slugify-blue.svg?style=flat-square" alt="Source"></a> <a href="https://packagist.org/packages/pharaonic/php-slugify" target="_blank"><img src="https://img.shields.io/packagist/v/pharaonic/php-slugify?style=flat-square" alt="Packagist Version"></a> <img src="https://img.shields.io/packagist/dt/pharaonic/php-slugify?style=flat-square" alt="Packagist Downloads"> <img src="http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Source"> </p>
<h1 align="center">Simplest Slugify for PHP.</h1>
Slugify requires the Multibyte String mbstring
extension from PHP.<br>
Install the latest version using Composer:
$ composer require pharaonic/php-slugify
<a name="GS"></a>
use Pharaonic\Slugify\Slugify;
echo Slugify::get('Moamen Eltouny');
// OR
echo slug('Moamen Eltouny');
<a name="RM"></a>
use Pharaonic\Slugify\Slugify;
Slugify::rule('ö', 'oe');
Files (5) |
File | Role | Description | ||
---|---|---|---|---|
src (2 files) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files (5) | / | src |
File | Role | Description |
---|---|---|
Helpers.php | Aux. | Auxiliary script |
Slugify.php | Class | Class source |
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% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.