alver / parentheses-string-validator
There is no license information available for the latest version (1.0.0) of this package.
Package info
github.com/melanu1991/alver-parentheses-string-validator
pkg:composer/alver/parentheses-string-validator
1.0.0
2024-11-25 10:56 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2026-03-03 14:11:29 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