PHPackages                             neovav/text - 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. neovav/text

ActiveLibrary

neovav/text
===========

A PHP lib for text

00PHP

Since Aug 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/neovav/Text)[ Packagist](https://packagist.org/packages/neovav/text)[ RSS](/packages/neovav-text/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Php class for text processing
=============================

[](#php-class-for-text-processing)

This is sample how use neovav/Text class

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

For installations neovav/Text, run:

```
git clone https://github.com/neovav/Text
cd Text
composer install
```

### Usage

[](#usage)

Trim multi byte string:

```
use \neovav\Text\Text;

require_once '..'.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';

echo Text::trim('  Hello World ');
```

Get only digits from text:

```
use \neovav\Text\Text;

require_once '..'.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';

echo Text::digits('  Digits 15 in text ');
```

Generate password:

```
use \neovav\Text\Text;

require_once '..'.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';

echo Text::genPass();
```

Translit from russian chars to latin chars:

```
use \neovav\Text\Text;

require_once '..'.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';

$str = 'Привет';
echo $str.' => '.Text::translit($str);
```

For more samples view in directory : samples

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e37a8bcf21dd74f3efc89e0be4279efeef2402ac5f4b52daa40fe74e545c5bc1?d=identicon)[neovav](/maintainers/neovav)

---

Top Contributors

[![neovav](https://avatars.githubusercontent.com/u/18636060?v=4)](https://github.com/neovav "neovav (3 commits)")

### Embed Badge

![Health badge](/badges/neovav-text/health.svg)

```
[![Health](https://phpackages.com/badges/neovav-text/health.svg)](https://phpackages.com/packages/neovav-text)
```

PHPackages © 2026

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