ml/inflector
Inflector Urlizer from Doctrine 1.2 in a 5.3 namespaced library
Maintainers
v1.1.1
2021-04-11 19:03 UTC
Requires
- php: >=7.4
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^9
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-3.0-only 313fcffc6734dad00dd3f78fdc170a7318eb70d7
- Pete Hatton <pete.woop@monolight.org>
This package is auto-updated.
Last update: 2026-06-13 07:23:29 UTC
README
Monolight Library - Inflector
Example
use ML\Inflector\Urlizer; $url = Urlizer::urlize('Hello world'); // Returns 'hello-world' $url = Urlizer::urlize('Hello world', '_'); // Returns 'hello_world'
