2017 © Pedro PelĂĄez
 

library simply-slug

Simple implementation for convert a string into a slug

image

jeslopcru/simply-slug

Simple implementation for convert a string into a slug

  • Saturday, April 22, 2017
  • by jeslopcru
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SimplySlug

Build Status Scrutinizer Code Quality, (*1)

SimplySlug is a Simple implementation for creating slug based on keyvanakbary/slugifier., (*2)

Instalation

To install this package, run the command below and you will get the latest version, (*3)

composer require jeslopcru/simply-slug

Usage

<?php

$simplySlug =  new \SimplySlug();

echo $simplySlug->drools('JĂșST Ă„ fĂ«w wĂžrds'); // just-a-few-words

echo $simplySlug->drools('Hello WikiPeDiA StYle', '_'); // hello_wikipedia_style

The Versions

22/04 2017

dev-master

9999999-dev

Simple implementation for convert a string into a slug

  Sources   Download

MIT

The Requires

 

The Development Requires

28/02 2015

dev-develop

dev-develop

Simple implementation for convert a string into a slug

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires