PHP code example of arokettu / console-menu

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

    

arokettu / console-menu example snippets




$app = new \Symfony\Component\Console\Application();

$app->add(new \Arokettu\ConsoleMenu\ConsoleMenuCommand());