PHP code example of onilopic / parenthesis-checker

1. Go to this page and download the library: Download onilopic/parenthesis-checker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

onilopic / parenthesis-checker example snippets

sh
docker build -t php-composer:1.0 . 
// нужно указать права пользотвателя, чтобы файлы создались не от root
docker run --user 1000:1000 -ti --volume $(pwd)/:/app php-composer:1.0 composer install