PHPackages                             huyit/handle\_string - 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. huyit/handle\_string

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

huyit/handle\_string
====================

Handle String

1.0(8y ago)016MITPHP

Since May 16Pushed 8y agoCompare

[ Source](https://github.com/huynhan147/Handle_String)[ Packagist](https://packagist.org/packages/huyit/handle_string)[ RSS](/packages/huyit-handle-string/feed)WikiDiscussions master Synced 3d ago

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

Thư viện hỗ trợ hiển vị trí chuỗi con trong chuỗi cha.
======================================================

[](#thư-viện-hỗ-trợ-hiển-vị-trí-chuỗi-con-trong-chuỗi-cha)

Cài đặt
-------

[](#cài-đặt)

```
composer require huyit/handle_string

```

Sử dụng
-------

[](#sử-dụng)

- include file `autoload.php`;

```
    use Handle_String\Handle_String;

```

- Khởi tạo đối tượng, truyền vào các giá trị gồm :
    - Mảng vị trí xuất hiện của chuỗi con: `$arr`
    - Chuỗi cha : `$String`
    - Độ dài của chuỗi con `$len`

```
$handle = new Handle_String($arr,$String,$len);

```

- Cách lấy dữ liệu :

```
$data= $handle->ShowString();
trả về chuỗi trong đó đã xác định rõ từng vị trí của chuỗi con

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

2921d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/835969c38dcce99bd70462363cee0345fab6ecbebfc707433b6a2c968b9c707d?d=identicon)[huynhan147](/maintainers/huynhan147)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/huyit-handle-string/health.svg)

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

###  Alternatives

[vistik/typed-collections

A simple way to create typed collections in PHP - build on Illuminate\\Support\\Collection

1128.2k5](/packages/vistik-typed-collections)

PHPackages © 2026

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