PHPackages                             ilyatos/parentheses-checker - 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. ilyatos/parentheses-checker

ActiveLibrary

ilyatos/parentheses-checker
===========================

Validate your string, that consists of only parentheses.

10PHP

Since Jun 17Pushed 6y agoCompare

[ Source](https://github.com/ilyatos/parentheses-checker)[ Packagist](https://packagist.org/packages/ilyatos/parentheses-checker)[ RSS](/packages/ilyatos-parentheses-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Parentheses Checker
===================

[](#parentheses-checker)

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

[](#installation)

Install this package via [composer](https://getcomposer.org/download/) using the following command

```
composer require ilyatos/parentheses-checker
```

Usage
-----

[](#usage)

Use `Ilyatos\Parentheses\Checker` class to check your sentence. Check method returns `true` on right sequence of parenthesis, otherwise returns `false`.

```
use Ilyatos\Parentheses\Checker;

$checker = new Checker();
$checker->check('()()((()))');
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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://www.gravatar.com/avatar/c56df9f38e785630a03b42d7939983df718602d5aefaa226a202a202335a6f5a?d=identicon)[ilyatos](/maintainers/ilyatos)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ilyatos-parentheses-checker/health.svg)

```
[![Health](https://phpackages.com/badges/ilyatos-parentheses-checker/health.svg)](https://phpackages.com/packages/ilyatos-parentheses-checker)
```

PHPackages © 2026

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