alver / parentheses-string-validator
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2024-11-25 10:56 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2025-04-29 10:22:55 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