PHP code example of sindhani / hc-external-providers

1. Go to this page and download the library: Download sindhani/hc-external-providers 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/ */

    

sindhani / hc-external-providers example snippets


return [
    'base_url' => env('hc_external_providers_base_url'),
    'api_token' => env('hc_external_providers_api_token')
];

$hcExternalProviders = new Sindhani\HcExternalProviders();
echo $hcExternalProviders->getAllUsers();
bash
php artisan vendor:publish --tag="hc-external-providers-config"