ml/inflector

Doctrine 1.2中的Inflector Urlizer,在5.3命名空间库中

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

This package is auto-updated.

Last update: 2024-09-13 03:39:12 UTC


README

Monolight 库 - Inflector

Github Workflow Status

示例

use ML\Inflector\Urlizer;

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

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