PHPackages                             atiksoftware/php-class-cover - 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. atiksoftware/php-class-cover

ActiveLibrary

atiksoftware/php-class-cover
============================

PHP text,number,array format vs

1.1(7y ago)2551MITPHP

Since Sep 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/atiksoftware/php-class-cover)[ Packagist](https://packagist.org/packages/atiksoftware/php-class-cover)[ RSS](/packages/atiksoftware-php-class-cover/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (1)

Cover Text,Array
================

[](#cover-textarray)

PHP Text and Array modifier.

---

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

[](#installation)

### Using Composer

[](#using-composer)

```
composer require atiksoftware/php-class-cover
```

```
require __DIR__.'/../vendor/autoload.php';

use \Atiksoftware\Cover\Text;
use \Atiksoftware\Cover\Arr;
```

#### *Text Functions*

[](#text-functions)

```
echo Text::toHex(100000); # 186A0
echo "\n";

echo Text::toDec(AFAAB); # 719531
echo "\n";

echo Text::toUpper("mansur atik"); # MANSUR ATİK
echo "\n";

echo Text::toLower("MANSUR ATİK"); # mansur atik
echo "\n";

echo Text::toUpFirst("MANSUR ATİK"); # Mansur Atik
echo "\n";

echo Text::fixChars("Üzümü ye bağını sorma"); # Uzumu ye bagini sorma
echo "\n";

echo Text::clearSpecialChars("Amiral & Bristol ! _"); # Amiral  Bristol
echo "\n";

echo Text::Truncate("Lorem ipsum dolor sit amet, consectetur adipisicing elit.",30); # Lorem ipsum dolor sit amet, consectetur
echo "\n";

echo Text::formatFirstName("mansur"); # Mansur
echo "\n";

echo Text::formatLastName("atik"); # ATİK
echo "\n";

echo Text::formatFullName("mansur amiral atik"); # Mansur Amiral ATİK
echo "\n";

echo Text::formatPhone("6325252"); # 632-5252
echo "\n";

echo Text::formatPhone("2642655254"); # 0264 265 5254
echo "\n";

echo Text::formatPhone("5414855652"); # 0541 485 5652
echo "\n";
```

#### *Array Functions*

[](#array-functions)

```
$example = [
    "user" => [
        "fname" => "Mansur",
        "lname" => "ATİK",
        "age"   => 24,
        "props" => [
            "auths" => [
                "insert" => true,
                "update" => true,
                "delete" => true,
            ],
            "langs" => [
                "tr",
                "en",
                "ar"
            ]
        ]
    ]
];

echo Arr::Not($example,"user.fname"); # Mansur
echo "\n";

Arr::Not($example,"user.props.auths.select",true);
print_r(Arr::Not($example,"user.props.auths"));
// "auths" => [
//     "insert" => true,
//     "update" => true,
//     "delete" => true,
//     "select" => true,
// ],
echo "\n";
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~80 days

Total

2

Last Release

2723d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/atiksoftware-php-class-cover/health.svg)

```
[![Health](https://phpackages.com/badges/atiksoftware-php-class-cover/health.svg)](https://phpackages.com/packages/atiksoftware-php-class-cover)
```

PHPackages © 2026

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