fedchishina / math-example-lib
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fedchishina/math-example-lib
Requires
- php: >=5.5
This package is auto-updated.
Last update: 2025-10-18 21:20:57 UTC
README
The preferred way to install this extension is through composer:
composer require fedchishina/math-example-lib
Usage
This package based on PHP. Library can check the correctness of the brackets sentence.
use MathExampleLib\Functions\BracketCounter; // tests echo BracketCounter::isCorrectExample('()'); //true echo BracketCounter::isCorrectExample('(())'); //true echo BracketCounter::isCorrectExample('('); //false echo BracketCounter::isCorrectExample('())'); //false
License
The MIT License (MIT). Please see License File for more information.