2017 © Pedro Peláez
 

class phpslugger

generate php slug from text

image

afshinpersian/phpslugger

generate php slug from text

  • Monday, January 1, 2018
  • by afshinpersian
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

php-slugit

create url slug from a text and replace special character, (*1)

Install

composer install
Direct install from composer
composer require afshinpersian/phpslugger

Include it via Composer Autoloader

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

support

The Versions

01/01 2018

dev-master

9999999-dev

generate php slug from text

  Sources   Download

MIT

by Afshin Akhgar

01/01 2018

1

1.0.0.0

generate php slug from text

  Sources   Download

MIT

by Afshin Akhgar