naelf/file-orchestrator
最新稳定版本:v1.0.2
Composer 安装命令:
composer require naelf/file-orchestrator
包简介
EN: A library for string manipulation, specifically designed for handling remittance and return files. Provides utilities for extracting and formatting string segments. PT: Uma biblioteca para manipulação de strings, projetada especificamente para lidar com arquivos de remessa e retorno. Fornece ut
README 文档
README
File Orchestrator is a simple yet powerful PHP library for string manipulation.
It helps developers work with text more efficiently by offering tools to:
- Extract specific parts of a string by position and length.
- Format strings to a fixed size with customizable padding.
- Simplify text handling for use cases like column-based or fixed-width files.
With Text Orchestrator, you can easily transform and structure your text data, making it more readable and manageable.
File Orchestrator é uma biblioteca PHP simples, mas poderosa, para manipulação de strings.
Ela ajuda os desenvolvedores a trabalhar com texto de forma mais eficiente, oferecendo ferramentas para:
- Extrair partes específicas de uma string por posição e comprimento.
- Formatar strings para um tamanho fixo com preenchimento personalizável.
- Simplificar o manuseio de texto para casos de uso como arquivos baseados em colunas ou de largura fixa.
Com o FileOrchestrator, você pode facilmente transformar e estruturar seus dados de texto, tornando-os mais legíveis e gerenciáveis.
Usage
Here is a basic example of how to use FileOrchestrator:
require 'vendor/autoload.php'; use FileOrchestrator\Text; $string = "12345"; $length = 10; $padString = '0'; $padType = STR_PAD_LEFT; echo "Testando método format:\n"; echo Text::format($string, $length, $padString, $padType) . "\n"; // output : "0000012345"
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-27