PHPackages                             pinefor/string-forge - 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. pinefor/string-forge

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

pinefor/string-forge
====================

A trunk full of useful string manipulation functions

151PHP

Since Jun 2Pushed 12y agoCompare

[ Source](https://github.com/pinefor/string-forge)[ Packagist](https://packagist.org/packages/pinefor/string-forge)[ RSS](/packages/pinefor-string-forge/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

String-Forge [![Build Status](https://camo.githubusercontent.com/245b25f000fd99d2ceead1ea1d7de4f1f6fa35bf6f0a1f6749b9bb259acb8cee/68747470733a2f2f7472617669732d63692e6f72672f70696e65666f722f737472696e672d666f7267652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pinefor/string-forge)
========================================================================================================================================================================================================================================================================================================

[](#string-forge-)

A trunk full of useful string manipulation functions

Requirements
------------

[](#requirements)

- PHP 5.4.x
- neitanod/forceutf8

Installation
------------

[](#installation)

The recommended way to install StringForge is [through composer](http://getcomposer.org). You can see [the package information on Packagist.](https://packagist.org/packages/pinefor/string-forge)

```
{
    "require": {
        "pinefor/string-forge": "dev-master"
    }
}
```

Example
-------

[](#example)

```
use StringForge\StringForge;

$forge = new StringForge();
$stringObj = $forge->create('¡¿ÁaéE323úüÜèóïç232ÇñÑ?!');
echo (string) $stringObj->asciify()->removeNum();
//Returns: AaeEuuUeoicCnN?!
```

Tests
-----

[](#tests)

Tests are in the `tests` folder. To run them, you need PHPUnit. Example:

```
$ phpunit --configuration phpunit.xml.dist

```

License
-------

[](#license)

MIT, see [LICENSE](LICENSE)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.4% 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://avatars.githubusercontent.com/u/1573114?v=4)[Máximo Cuadros](/maintainers/mcuadros)[@mcuadros](https://github.com/mcuadros)

---

Top Contributors

[![mcuadros](https://avatars.githubusercontent.com/u/1573114?v=4)](https://github.com/mcuadros "mcuadros (29 commits)")[![egulias](https://avatars.githubusercontent.com/u/791806?v=4)](https://github.com/egulias "egulias (8 commits)")

### Embed Badge

![Health badge](/badges/pinefor-string-forge/health.svg)

```
[![Health](https://phpackages.com/badges/pinefor-string-forge/health.svg)](https://phpackages.com/packages/pinefor-string-forge)
```

###  Alternatives

[comcast/php-legal-licenses

A utility to generate a Licenses file containing the full license text for every dependency in your project for legal purposes.

801.2M9](/packages/comcast-php-legal-licenses)

PHPackages © 2026

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