2017 © Pedro Peláez
 

library php_brackets_checker

The library is for easy sensible checking of bracket sequences in strings

image

gukasov/php_brackets_checker

The library is for easy sensible checking of bracket sequences in strings

  • Monday, January 22, 2018
  • by forPelevin
  • Repository
  • 0 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 19 % Grown

The README.md

PHP library for checking brackets sequences in string

Installing

composer require gukasov/php_brackets_checker

Basic usage

<?php

use Gukasov\BracketsChecker\BracketsChecker;

$checker = new BracketsChecker();

$checker->isCorrectSequence('(( ) ())'); 
// returns True

The Versions

22/01 2018

dev-master

9999999-dev

The library is for easy sensible checking of bracket sequences in strings

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Vlad Gukasov

22/01 2018

v1.0.4

1.0.4.0

The library is for easy sensible checking of bracket sequences in strings

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Vlad Gukasov

16/01 2018

v1.0.2

1.0.2.0

The library is for easy sensible checking of bracket sequences in strings

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Vlad Gukasov

16/01 2018

v1.0.3

1.0.3.0

The library is for easy sensible checking of bracket sequences in strings

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Vlad Gukasov