PHPackages                             naelf/file-orchestrator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. naelf/file-orchestrator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 utilitários para extrair e formatar segmentos de strings.

v1.0.2(1y ago)022MITPHPPHP &gt;=8.1

Since Dec 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/naelfox/FileOrchestrator)[ Packagist](https://packagist.org/packages/naelf/file-orchestrator)[ RSS](/packages/naelf-file-orchestrator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

FileOrchestrator
================

[](#fileorchestrator)

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
-----

[](#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"
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

497d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80368df923e8bed654cdd09d686d78e8bdd0203c675a73f7213fe21902fa00a9?d=identicon)[naelfox](/maintainers/naelfox)

---

Top Contributors

[![naelfox](https://avatars.githubusercontent.com/u/63889443?v=4)](https://github.com/naelfox "naelfox (12 commits)")

### Embed Badge

![Health badge](/badges/naelf-file-orchestrator/health.svg)

```
[![Health](https://phpackages.com/badges/naelf-file-orchestrator/health.svg)](https://phpackages.com/packages/naelf-file-orchestrator)
```

###  Alternatives

[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2540.7k](/packages/kaufmanndigital-gdpr-cookieconsent)[selective/transformer

A strictly typed array transformer with dot-access, fluent interface and filters.

3817.8k1](/packages/selective-transformer)[derhansen/sf_banners

Banner-Management Extension based on Extbase and Fluid. Loads banners asynchronously using JavaScript.

1144.5k](/packages/derhansen-sf-banners)[martin/wn-forms-plugin

Create easy (and almost magic) AJAX forms

212.3k](/packages/martin-wn-forms-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
