PHPackages                             oldak7/bracket-validator - 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. oldak7/bracket-validator

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

oldak7/bracket-validator
========================

Библиотека для проверки корректности скобок

01PHP

Since Sep 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/OLDAK7/bracket-validator)[ Packagist](https://packagist.org/packages/oldak7/bracket-validator)[ RSS](/packages/oldak7-bracket-validator/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Bracket Validator
=================

[](#bracket-validator)

Библиотека для проверки корректности скобок в строке.

Установка
---------

[](#установка)

bash composer require your-username/bracket-validator

Использование
-------------

[](#использование)

php use BracketValidator\\BracketValidator;

try { $result = BracketValidator::isValid("()()()()"); var\_dump($result); // true } catch (InvalidArgumentException $e) { echo $e-&gt;getMessage(); }

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/60500426?v=4)[Almaz Karimov](/maintainers/OLDAK7)[@OLDAK7](https://github.com/OLDAK7)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/oldak7-bracket-validator/health.svg)

```
[![Health](https://phpackages.com/badges/oldak7-bracket-validator/health.svg)](https://phpackages.com/packages/oldak7-bracket-validator)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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