PHP code example of cordon / account-review

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

    

cordon / account-review example snippets


return [
    // ...
    Cordon\AccountReview\AccountReviewBundle::class => ['all' => true],
];
bash
php bin/console app:account-review

php bin/console app:account-review [options]
bash
php bin/console app:account-review
bash
php bin/console app:account-review --method=local --format=json
bash
php bin/console app:account-review --help