ngomafortuna/string-formatter
最新稳定版本:v0.0.0
Composer 安装命令:
composer require ngomafortuna/string-formatter
包简介
Simple string formatter (Formadador de texto simples)
README 文档
README
Simple string formatter (Formadador de texto simples)
This component have two features:
- cat: to cat text or phrase
- slug: to generator slug based on the a phrase
Require
Necessary PHP 8.0 or more (Necessário PHP 8.0 ou superior)
Install
composer require ngomafortuna/string-formatter
Syntax and mode of use
use Ngomafortuna\StringFormatter\StringFormatter; $formatter = new StringFormatter; $formatter->slug('Text to test'); $formatter->cat('Phrase to test features');
Example
use Ngomafortuna\StringFormatter\StringFormatter; $title = "O caminho da canção asul---a-----f"; $phrase = "Text formatter to cat end create slug with base in a phrase."; $formatter = new StringFormatter; var_dump($formatter->slug($title)); var_dump($formatter->cat($phrase, 20));
Result
"o-caminho-da-cancao-asul-a-f" "Text formatter to ..."
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3
- 更新时间: 2025-06-04