PHP code example of snide / php-scrutinizer-client

1. Go to this page and download the library: Download snide/php-scrutinizer-client 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/ */

    

snide / php-scrutinizer-client example snippets


    "    ...
        "snide/php-scrutinizer-client": "1.*"
        ...
    },



    // Access github repository pdenis/monitoring
    $client = new Snide\Scrutinizer\Client();
    $repo = $client->fetchRepository('pdenis/monitoring');