ml/inflector

Inflector Urlizer from Doctrine 1.2 in a 5.3 namespaced library

v1.1.1 2021-04-11 19:03 UTC

This package is auto-updated.

Last update: 2024-04-13 02:42:29 UTC


README

Monolight Library - Inflector

Github Workflow Status

Example

use ML\Inflector\Urlizer;

$url = Urlizer::urlize('Hello world'); // Returns 'hello-world'

$url = Urlizer::urlize('Hello world', '_'); // Returns 'hello_world'