PHPackages                             netkod-bilisim/tr-string-str-facade-extend - 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. netkod-bilisim/tr-string-str-facade-extend

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

netkod-bilisim/tr-string-str-facade-extend
==========================================

Extended version of Turkish string package.

v1.0.0(2y ago)088MITPHPPHP &gt;=7.4

Since Jul 31Pushed 2y agoCompare

[ Source](https://github.com/netkod-bilisim/tr-string-str-facade-extend)[ Packagist](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)[ RSS](/packages/netkod-bilisim-tr-string-str-facade-extend/feed)WikiDiscussions master Synced 1mo ago

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

TR String Str Facade Extend
===========================

[](#tr-string-str-facade-extend)

[ ![Latest Stable Version](https://camo.githubusercontent.com/ebf4dd768335195c88d6118c438c19366b1e2d647811d10d25b7ae8709aead49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)[ ![Total Downloads](https://camo.githubusercontent.com/9853d58a0a95c85c5bae66fa9fc77676fa59a32bec20c85e81fbd8c2afa02543/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)[ ![Dependents](https://camo.githubusercontent.com/70a3d546dff60ce1fb4029aa236c21e8ad932d7e4a1cee30bce9f90a02ca223f/68747470733a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e642f646570656e64656e74732e737667)](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)[ ![License](https://camo.githubusercontent.com/2818181111c0739d6485ea550b2abd08729c4040476a7deba6f1071ab4f48416/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e64)](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)

[ ![License](https://camo.githubusercontent.com/2f71164f51f9cba3dbda8c6e07e4f0e36dbeb901507abfd1058800399febcc88/687474703a2f2f706f7365722e707567782e6f72672f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e642f726571756972652f706870)](https://packagist.org/packages/netkod-bilisim/tr-string-str-facade-extend)[ ![Scrutinizer](https://camo.githubusercontent.com/955f956a4fbe163cb32b7c6b5456fed4a50677669eb63063532d1e03de7ffe35/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e65746b6f642d62696c6973696d2f74722d737472696e672d7374722d6661636164652d657874656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/netkod-bilisim/tr-string-str-facade-extend/badges/quality-score.png?b=master)[ ![StyleCI](https://camo.githubusercontent.com/ae0b22346bec8b9b8215bb014e703424b10dc3456a50bc988cdee2f6f716a10e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3637323834343239372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/672844297?branch=master)

[![](public/assets/images/presentation.png)](public/assets/images/presentation.png) Introduction
------------------------------------------------------------------------------------------------

[](#-introduction)

Extended version of Turkish string package.

[![](public/assets/images/requirement.png)](public/assets/images/requirement.png) Requirements
----------------------------------------------------------------------------------------------

[](#-requirements)

- PHP &gt;= 7.4

[![](public/assets/images/inbox.png)](public/assets/images/inbox.png) Install
-----------------------------------------------------------------------------

[](#-install)

```
composer require netkod-bilisim/tr-string-str-facade-extend:"^1"
```

[![](public/assets/images/web-coding.png)](public/assets/images/web-coding.png) Usage
-------------------------------------------------------------------------------------

[](#-usage)

```
use Illuminate\Support\Str;

# Make a string uppercase
echo Str::trUppercase('Pijamalı hasta yağız şoföre çabucak güvendi.')
# Result: PİJAMALI HASTA YAĞIZ ŞOFÖRE ÇABUCAK GÜVENDİ.

# Make a string lowercase
echo Str::trLowercase('PİJAMALI HASTA YAĞIZ ŞOFÖRE ÇABUCAK GÜVENDİ.');
# Result: pijamalı hasta yağız şoföre çabucak güvendi.

# Make a string's first character uppercase
echo Str::trUppercaseFirst('pijamalı hasta yağız şoföre çabucak güvendi.');
# Result: Pijamalı hasta yağız şoföre çabucak güvendi.

# Make a string's first character lowercase
echo Str::trLowercaseFirst('Pijamalı hasta yağız şoföre çabucak güvendi.');
# Result: pijamalı hasta yağız şoföre çabucak güvendi.

# Uppercase the first character of each word in a string
echo Str::trUppercaseWords('Pijamalı hasta yağız şoföre çabucak güvendi.');
# Result: Pijamalı Hasta Yağız Şoföre Çabucak Güvendi.
```

[![](public/assets/images/licensing.png)](public/assets/images/licensing.png) License
-------------------------------------------------------------------------------------

[](#-license)

This package is open source software licensed under the [MIT License](https://opensource.org/license/mit/).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

1015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3573f5d94edf2edfbdedc4417d5625faba485df8070886fc88a0188a21384791?d=identicon)[remzidalyan](/maintainers/remzidalyan)

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

---

Top Contributors

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

---

Tags

tr stringtr string str facade extendtr string str extend

### Embed Badge

![Health badge](/badges/netkod-bilisim-tr-string-str-facade-extend/health.svg)

```
[![Health](https://phpackages.com/badges/netkod-bilisim-tr-string-str-facade-extend/health.svg)](https://phpackages.com/packages/netkod-bilisim-tr-string-str-facade-extend)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M861](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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