PHPackages                             khisamutdinov/stringvalidator - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. khisamutdinov/stringvalidator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

khisamutdinov/stringvalidator
=============================

A simple library for validating the string for matching opening and closing parentheses

116PHP

Since Mar 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mozg1984/stringvalidator)[ Packagist](https://packagist.org/packages/khisamutdinov/stringvalidator)[ RSS](/packages/khisamutdinov-stringvalidator/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Author:

```
Khisamutdinov Radik

```

Email:

```
mozg1984@gmail.com

```

Description:

```
A simple library for validating the string for matching opening and closing parentheses

```

Example of using:

```
$testString = "Some string for validating";
$stringValidator = new StringValidator($testString);
echo ($stringValidator->validate() ? "IS VALID" : "IS NOT VALID") . "\n";

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a31e63dd8929832215c36dcb4ec6e595d596330dae60a819b9f7032a695299e?d=identicon)[Khisamutdinov Radik](/maintainers/Khisamutdinov%20Radik)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/khisamutdinov-stringvalidator/health.svg)

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

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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