jysperu / helper-strtoslug
Función strtoslug
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/jysperu/helper-strtoslug
Requires
- symfony/string: ^5.3
- symfony/translation-contracts: ^2.4
README
Instalación via composer
composer require jysperu/helper-strtoslug
Funcion php
## Retorna el texto en formato slug
function strtoslug(string $val, string $separator = '-', string $lang = 'es'): string