PHP code example of certificationy / certificationy-cli

1. Go to this page and download the library: Download certificationy/certificationy-cli 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/ */

    

certificationy / certificationy-cli example snippets


$ composer create-project certificationy/certificationy-cli
$ php certificationy.php

$ php certificationy.php
bash
docker exec -it certificationy-cli_app_1 /bin/bash -c "php certificationy.php start --training"

$ php certificationy.php start --number=10

$ php certificationy.php start --list [-l]

$ php certificationy.php start "Automated tests" "Bundles"

$ php certificationy.php start --hide-multiple-choice

$ php certificationy.php start --training

$ php certificationy.php start --number=5 --hide-multiple-choice "Automated tests" "Bundles"