alver / parentheses-string-validator
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alver/parentheses-string-validator
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2025-12-09 13:10:38 UTC
README
A PHP library for validating the correctness of parentheses in a given string. Designed to work with PHP 8 or newer.
Features
- Validates strings for correct parentheses usage.
- Checks for balanced and properly nested parentheses.
- Lightweight and easy to use.
Requirements
- PHP 8.0 or newer.
Installation
Install the library using Composer:
composer require alver/parentheses-string-validator