PHPackages                             epigra/trstringhelper - 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. epigra/trstringhelper

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

epigra/trstringhelper
=====================

PHP Türkçe Karakter Destekli String Fonksiyonları (toupper,tolower,ucfirst,ucwords,capitalizefirst) Kütüphanesi

1.1(6y ago)244.1k2MITPHPPHP &gt;=5.4CI passing

Since Feb 19Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/epigra/trstringhelper)[ Packagist](https://packagist.org/packages/epigra/trstringhelper)[ Docs](https://github.com/epigra/trstringhelper)[ RSS](/packages/epigra-trstringhelper/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

PHP Türkçe Karakter Destekli String Fonksiyonları (toupper,tolower,ucfirst,ucwords) Kütüphanesi
===============================================================================================

[](#php-türkçe-karakter-destekli-string-fonksiyonları-touppertolowerucfirstucwords-kütüphanesi)

Yükleme
-------

[](#yükleme)

Composer ile yükleyebilirsiniz:

```
composer require epigra/trstringhelper

```

Kullanım
--------

[](#kullanım)

```
use Epigra\TRStringHelper;

$w = new TRStringHelper("dEneMe. çĞıŞöİÜ");
echo $w->toLower()->result(); // deneme. çğışöiü

$x = (new TRStringHelper())->withString("dEneMe. çĞıŞöİÜ")->toUpper()->result();
echo $x; // DENEME. ÇĞIŞÖİÜ

$y = (new TRStringHelper("dEneMe. çĞıŞöİÜ"))->ucFirst()->result();
echo $y; // Deneme. çğışöiü

$z = (new TRStringHelper())->withString("dEneMe. çĞıŞöİÜ")->ucWords()->result();
echo $z; // Deneme. Çğışöiü
```

With Pangram (\*)
-----------------

[](#with-pangram-)

```
$p = (new TRStringHelper())->withPangram()->toUpper()->result();
echo $p;
```

Random Pangram (\*)
-------------------

[](#random-pangram-)

```
$rp = TRStringHelper::pangram();
echo $rp;
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance52

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~1459 days

Total

2

Last Release

2325d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/112425?v=4)[Ugur Aydogdu](/maintainers/jnbn)[@jnbn](https://github.com/jnbn)

---

Top Contributors

[![jnbn](https://avatars.githubusercontent.com/u/112425?v=4)](https://github.com/jnbn "jnbn (8 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![ozdemirburak](https://avatars.githubusercontent.com/u/5355510?v=4)](https://github.com/ozdemirburak "ozdemirburak (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

stringTurkishturkcetouppertolowerucfirstucwordscapitalizefirst

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epigra-trstringhelper/health.svg)

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

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k417.9M1.7k](/packages/nette-utils)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.2M192](/packages/danielstjules-stringy)[spatie/string

String handling evolved

5604.6M24](/packages/spatie-string)[kwn/number-to-words

Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.

4285.3M23](/packages/kwn-number-to-words)[coduo/php-to-string

Simple library that converts PHP value into strings

26913.1M13](/packages/coduo-php-to-string)[opis/string

Multibyte strings as objects

7424.5M8](/packages/opis-string)

PHPackages © 2026

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